Gets the oriented bounding box encapsulating the actor.

Namespace:  Bespoke.Games.Framework
Assembly:  Bespoke.Games.Framework (in Bespoke.Games.Framework.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public OrientedBoundingBox BoundingBox { get; }
Visual Basic (Declaration)
Public ReadOnly Property BoundingBox As OrientedBoundingBox
Visual C++
public:
property OrientedBoundingBox^ BoundingBox {
	OrientedBoundingBox^ get ();
}

See Also