désactive tout les shaders


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

Syntax

Visual Basic (Declaration)
Public Property NoShader As Boolean
C#
public bool NoShader { get; set; }
C++
public property bool NoShader sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_NoShader();

/** property */
public void set_NoShader(bool value);
JScript
public function get NoShader() : bool

public function set NoShader(value : bool);

See Also