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 Int32 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 Boolean HasComponent(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
type |
Returns
- Boolean
SetNativeCollision(Object)
public override void SetNativeCollision(Object nativeCollision)
Parameters
| Type | Name | Description |
|---|---|---|
nativeCollision |