Class UnityCollider
public sealed class UnityCollider : LunyCollider
Expand Details ...
- Inheritance
-
objectUnityCollider
Constructors
UnityCollider()
public UnityCollider()
Properties
Layer
public override int Layer { get; }
Property Value
LayerName
public override string LayerName { get; }
Property Value
- string
Name
public override string Name { get; }
Property Value
- string
Tag
public override string Tag { get; }
Property Value
- string
Methods
HasComponent(Type)
public override bool HasComponent(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
type |
Returns
- bool