Class LunyCollision
public abstract class LunyCollision
Constructors
LunyCollision()
protected LunyCollision()
Properties
Collider
public abstract LunyCollider Collider { get; }
Property Value
IsValid
public Boolean IsValid { get; }
Property Value
- Boolean
Layer
public abstract Int32 Layer { get; }
Property Value
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 |
Returns
- Boolean
SetNativeCollision(Object)
public virtual void SetNativeCollision(Object nativeCollision)
Parameters
| Type | Name | Description |
|---|---|---|
nativeCollision |