internal static _SetFormat SetFormat() { if (_SetFormatFunc == null) { _SetFormatFunc = (_SetFormat)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnTaml_setFormat"), typeof(_SetFormat)); } return(_SetFormatFunc); }
internal static _SetFormat SetFormat() { if (_SetFormatFunc == null) { _SetFormatFunc = (_SetFormat)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnTaml_setFormat"), typeof(_SetFormat)); } return(_SetFormatFunc); }