récupère le tableau d'indice du mesh


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Indices_Array As UInt16()
C#
public ushort[] Indices_Array { get; }
C++
public property ushort[] Indices_Array sealed  {
    array<unsigned short>^ get();
}
J#
/** property */
public ushort[] get_Indices_Array();
JScript
public function get Indices_Array() : UInt16[]

See Also