récupère la largeur du cube englobant


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Width As Single
C#
public float Width { get; }
C++
public property float Width sealed  {
    float get();
}
J#
/** property */
public float get_Width();
JScript
public function get Width() : float

See Also