internal static _StopSelectron StopSelectron() { if (_StopSelectronFunc == null) { _StopSelectronFunc = (_StopSelectron)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnafxSelectron_stopSelectron"), typeof(_StopSelectron)); } return(_StopSelectronFunc); }
internal static _StopSelectron StopSelectron() { if (_StopSelectronFunc == null) { _StopSelectronFunc = (_StopSelectron)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnafxSelectron_stopSelectron"), typeof(_StopSelectron)); } return(_StopSelectronFunc); }