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