retourne le format de la texture


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

Syntax

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

See Also