internal static _Hide Hide() { if (_HideFunc == null) { _HideFunc = (_Hide)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnPfxVis_hide"), typeof(_Hide)); } return(_HideFunc); }
internal static _Hide Hide() { if (_HideFunc == null) { _HideFunc = (_Hide)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnPfxVis_hide"), typeof(_Hide)); } return(_HideFunc); }