récupère la sphère englobante de l'entité


Namespace: Tzu_Engine.Scene
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Bounding_Sphere As Sphere
C#
public Sphere Bounding_Sphere { get; }
C++
public property Sphere Bounding_Sphere sealed  {
    Sphere get();
}
J#
/** property */
public Sphere get_Bounding_Sphere();
JScript
public function get Bounding_Sphere() : Sphere

See Also