Example #1
0
            internal static _Select Select()
            {
                if (_SelectFunc == null)
                {
                    _SelectFunc =
                        (_Select)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTabPageCtrl_select"), typeof(_Select));
                }

                return(_SelectFunc);
            }
Example #2
0
 void Awake()
 {
     select = this;
 }