internal static _SetSeq SetSeq() { if (_SetSeqFunc == null) { _SetSeqFunc = (_SetSeq)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnGuiObjectView_setSeq"), typeof(_SetSeq)); } return(_SetSeqFunc); }
internal static _SetSeq SetSeq() { if (_SetSeqFunc == null) { _SetSeqFunc = (_SetSeq)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnGuiObjectView_setSeq"), typeof(_SetSeq)); } return(_SetSeqFunc); }