Class UnityCollision
public sealed class UnityCollision : LunyCollision
Expand Details ...
- Inheritance
-
objectUnityCollision
- Inherited Members
Constructors
UnityCollision()
public UnityCollision()
Properties
Collider
public override LunyCollider Collider { get; }
Property Value
Collision
public Collision Collision { get; }
Property Value
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
SetNativeCollision(object)
public override void SetNativeCollision(object nativeCollision)
Parameters
| Type | Name | Description |
|---|---|---|
nativeCollision |