Class BoxColliderAdapter
Inheritance
BoxColliderAdapter
Namespace: i5.Toolkit.Core.Experimental.UnityAdapters
Assembly: cs.temp.dll.dll
public class BoxColliderAdapter : IBoxVolume
Properties
Declaration
public BoxCollider Adaptee { get; }
Property Value
| Type |
Description |
| BoxCollider |
|
Declaration
public Vector3 Center { get; set; }
Property Value
Declaration
public Quaternion Rotation { get; set; }
Property Value
| Type |
Description |
| Quaternion |
|
Declaration
public Vector3 Size { get; set; }
Property Value
Implements