internal static _FadeIn FadeIn() { if (_FadeInFunc == null) { _FadeInFunc = (_FadeIn)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnGuiIdleCamFadeBitmapCtrl_fadeIn"), typeof(_FadeIn)); } return(_FadeInFunc); }
internal static _FadeIn FadeIn() { if (_FadeInFunc == null) { _FadeInFunc = (_FadeIn)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnGuiIdleCamFadeBitmapCtrl_fadeIn"), typeof(_FadeIn)); } return(_FadeInFunc); }