Table of Contents

Class LunyCollision

Namespace
Luny.Engine.Bridge
/
Assembly
Luny.dll
public abstract class LunyCollision
Expand Details ...
Inheritance
Object
LunyCollision
Derived

Constructors

LunyCollision()

protected LunyCollision()

Properties

Collider

public abstract LunyCollider Collider { get; }

Property Value

LunyCollider

IsValid

public Boolean IsValid { get; }

Property Value

Boolean

Layer

public abstract Int32 Layer { get; }

Property Value

Int32

LayerName

public abstract String LayerName { get; }

Property Value

String

Name

public abstract String Name { get; }

Property Value

String

NativeCollision

public Object NativeCollision { get; }

Property Value

Object

Tag

public abstract String Tag { get; }

Property Value

String

Methods

HasComponent(Type)

public abstract Boolean HasComponent(Type type)

Parameters

Type Name Description
Type
type

Returns

Boolean

SetNativeCollision(Object)

public virtual void SetNativeCollision(Object nativeCollision)

Parameters

Type Name Description
Object
nativeCollision