internal static _OnSelect OnSelect() { if (_OnSelectFunc == null) { _OnSelectFunc = (_OnSelect)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "cbGuiTextListCtrl_onSelect"), typeof(_OnSelect)); } return(_OnSelectFunc); }
internal static _OnSelect OnSelect() { if (_OnSelectFunc == null) { _OnSelectFunc = (_OnSelect)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "cbGuiTextListCtrl_onSelect"), typeof(_OnSelect)); } return(_OnSelectFunc); }