Gets the bounding sphere encapsulating the actor.
Namespace:
Bespoke.Games.FrameworkAssembly: Bespoke.Games.Framework (in Bespoke.Games.Framework.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax
| C# |
|---|
public BoundingSphere BoundingSphere { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property BoundingSphere As BoundingSphere |
| Visual C++ |
|---|
public: property BoundingSphere BoundingSphere { BoundingSphere get (); void set (BoundingSphere value); } |