internal static _InstantExpand InstantExpand() { if (_InstantExpandFunc == null) { _InstantExpandFunc = (_InstantExpand)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnGuiRolloutCtrl_instantExpand"), typeof(_InstantExpand)); } return(_InstantExpandFunc); }
internal static _InstantExpand InstantExpand() { if (_InstantExpandFunc == null) { _InstantExpandFunc = (_InstantExpand)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnGuiRolloutCtrl_instantExpand"), typeof(_InstantExpand)); } return(_InstantExpandFunc); }