Gets or sets the visibility of the actor's bounding sphere.

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 bool BoundingSphereVisible { get; set; }
Visual Basic (Declaration)
Public Property BoundingSphereVisible As Boolean
Visual C++
public:
property bool BoundingSphereVisible {
	bool get ();
	void set (bool value);
}

See Also