internal static _PushCompound PushCompound() { if (_PushCompoundFunc == null) { _PushCompoundFunc = (_PushCompound)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnUndoManager_pushCompound"), typeof(_PushCompound)); } return(_PushCompoundFunc); }
internal static _PushCompound PushCompound() { if (_PushCompoundFunc == null) { _PushCompoundFunc = (_PushCompound)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnUndoManager_pushCompound"), typeof(_PushCompound)); } return(_PushCompoundFunc); }