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