IEnumerator IE_Stop(_Stop SendOnComplete) { yield return(StartCoroutine(SendInvokeMethod("stop"))); if (qtStopComplete != null) { SendOnComplete(ResponseObject); } }
internal static _Stop Stop() { if (_StopFunc == null) { _StopFunc = (_Stop)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnGuiTheoraCtrl_stop"), typeof(_Stop)); } return(_StopFunc); }
internal static _Stop Stop() { if (_StopFunc == null) { _StopFunc = (_Stop)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnAIClient_stop"), typeof(_Stop)); } return(_StopFunc); }