Class BoxVolume
A base class for actors that define 3D bounding box volume.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public abstract class BoxVolume : Actor, ISerializable
Constructors
BoxVolume()
Properties
OrientedBox
Gets the volume bounding box (oriented in world space).
Declaration
[Unmanaged]
public OrientedBoundingBox OrientedBox { get; }
Property Value
OrientedBoundingBox
|
Size
Gets or sets the size of the volume (in local space).
Declaration
[EditorDisplay("Box Volume", null)]
[EditorOrder(0)]
[Unmanaged]
public Vector3 Size { get; set; }
Property Value
Vector3
|