Esempio n. 1
0
            internal static _SetShape SetShape()
            {
                if (_SetShapeFunc == null)
                {
                    _SetShapeFunc =
                        (_SetShape)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnafxStatusBar_setShape"), typeof(_SetShape));
                }

                return(_SetShapeFunc);
            }
Esempio n. 2
0
            internal static _SetShape SetShape()
            {
                if (_SetShapeFunc == null)
                {
                    _SetShapeFunc =
                        (_SetShape)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnafxStatusBar_setShape"), typeof(_SetShape));
                }

                return(_SetShapeFunc);
            }