récupère la profondeur du cube englobant


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

Syntax

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

See Also