FairyGUI.GoWrapper.GoWrapper C# (CSharp) Method

GoWrapper() public method

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

            this.wrapTarget = go;
        }

Same methods

GoWrapper::GoWrapper ( ) : FairyGUI.Utils