internal static _OnLoop OnLoop() { if (_OnLoopFunc == null) { _OnLoopFunc = (_OnLoop)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "cbguiAnimBitmapCtrl_onLoop"), typeof(_OnLoop)); } return(_OnLoopFunc); }
internal static _OnLoop OnLoop() { if (_OnLoopFunc == null) { _OnLoopFunc = (_OnLoop)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "cbguiAnimBitmapCtrl_onLoop"), typeof(_OnLoop)); } return(_OnLoopFunc); }