示例#1
0
            internal static _PopCompound PopCompound()
            {
                if (_PopCompoundFunc == null)
                {
                    _PopCompoundFunc =
                        (_PopCompound)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnUndoManager_popCompound"), typeof(_PopCompound));
                }

                return(_PopCompoundFunc);
            }
示例#2
0
            internal static _PopCompound PopCompound()
            {
                if (_PopCompoundFunc == null)
                {
                    _PopCompoundFunc =
                        (_PopCompound)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnUndoManager_popCompound"), typeof(_PopCompound));
                }

                return(_PopCompoundFunc);
            }