indique si toute les scenes sont construite


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

Syntax

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

See Also