FairyGUI.UpdateContext.UpdateContext C# (CSharp) Method

UpdateContext() public method

public UpdateContext ( ) : System.Collections.Generic
return System.Collections.Generic
        public UpdateContext()
        {
            _clipStack = new Stack<ClipInfo>();
            frameId = 1;
        }