récupère la valeur d'un état du device


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

Syntax

Visual Basic (Declaration)
Public Default ReadOnly Property Get_State( _ 
   ByVal State As eRenderState _ 
) As Object
C#
public object this[
   eRenderState State
] { get; }
C++
public property object default[eRenderState State] sealed  {
    Object get(eRenderState State);
}
J#
/** property */
public object get_Get_State(eRenderState State);
JScript
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

State

See Also