Class LunyCollider
public abstract class LunyCollider
Constructors
LunyCollider()
protected LunyCollider()
Properties
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
NativeCollider
public Object NativeCollider { 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
SetNativeCollider(Object)
public void SetNativeCollider(Object nativeCollider)
Parameters
| Type | Name | Description |
|---|---|---|
nativeCollider |