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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property DoRender As Boolean
C#
public bool DoRender { get; }
C++
public property bool DoRender sealed  {
    bool get();
}
J#
/** property */
public bool get_DoRender();
JScript
public function get DoRender() : bool

See Also