FairyGUI.GoWrapper.GoWrapper C# (CSharp) Method

GoWrapper() public method

public GoWrapper ( ) : FairyGUI.Utils
return FairyGUI.Utils
        public GoWrapper()
        {
            this._skipInFairyBatching = true;
            CreateGameObject("GoWrapper");
        }

Same methods

GoWrapper::GoWrapper ( GameObject go ) : FairyGUI.Utils