internal static _GetSelectionCount GetSelectionCount() { if (_GetSelectionCountFunc == null) { _GetSelectionCountFunc = (_GetSelectionCount)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnForestSelectionTool_getSelectionCount"), typeof(_GetSelectionCount)); } return(_GetSelectionCountFunc); }
internal static _GetSelectionCount GetSelectionCount() { if (_GetSelectionCountFunc == null) { _GetSelectionCountFunc = (_GetSelectionCount)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnGuiDecalEditorCtrl_getSelectionCount"), typeof(_GetSelectionCount)); } return(_GetSelectionCountFunc); }