Stage.Stage C# (CSharp) Method

Stage() public method

public Stage ( ) : System.Collections
return System.Collections
    public Stage()
    {
        _instance	= this;
        _stage		= this;
        id			= "stage";
        updateTransform();
        updateTransformInTree();
    }