예제 #1
0
            internal static _ClearShape ClearShape()
            {
                if (_ClearShapeFunc == null)
                {
                    _ClearShapeFunc =
                        (_ClearShape)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnafxStatusBar_clearShape"), typeof(_ClearShape));
                }

                return(_ClearShapeFunc);
            }
예제 #2
0
            internal static _ClearShape ClearShape()
            {
                if (_ClearShapeFunc == null)
                {
                    _ClearShapeFunc =
                        (_ClearShape)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnafxStatusBar_clearShape"), typeof(_ClearShape));
                }

                return(_ClearShapeFunc);
            }