internal static _PopCompound PopCompound() { if (_PopCompoundFunc == null) { _PopCompoundFunc = (_PopCompound)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnUndoManager_popCompound"), typeof(_PopCompound)); } return(_PopCompoundFunc); }
internal static _PopCompound PopCompound() { if (_PopCompoundFunc == null) { _PopCompoundFunc = (_PopCompound)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnUndoManager_popCompound"), typeof(_PopCompound)); } return(_PopCompoundFunc); }