Ejemplo n.º 1
0
            internal static _PushCompound PushCompound()
            {
                if (_PushCompoundFunc == null)
                {
                    _PushCompoundFunc =
                        (_PushCompound)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnUndoManager_pushCompound"), typeof(_PushCompound));
                }

                return(_PushCompoundFunc);
            }
Ejemplo n.º 2
0
            internal static _PushCompound PushCompound()
            {
                if (_PushCompoundFunc == null)
                {
                    _PushCompoundFunc =
                        (_PushCompound)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnUndoManager_pushCompound"), typeof(_PushCompound));
                }

                return(_PushCompoundFunc);
            }