Class LunyCollider
public abstract class LunyCollider
- Inheritance
-
objectLunyCollider
- Derived
Constructors
LunyCollider()
protected LunyCollider()
Properties
IsValid
public bool IsValid { get; }
Property Value
- bool
Layer
public abstract int Layer { get; }
Property Value
- int
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 bool HasComponent(Type type)
Parameters
typeType
Returns
- bool
SetNativeCollider(object)
public void SetNativeCollider(object nativeCollider)
Parameters
nativeColliderobject