internal static _OnCellSelected OnCellSelected() { if (_OnCellSelectedFunc == null) { _OnCellSelectedFunc = (_OnCellSelected)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "cbGuiArrayCtrl_onCellSelected"), typeof(_OnCellSelected)); } return(_OnCellSelectedFunc); }
internal static _OnCellSelected OnCellSelected() { if (_OnCellSelectedFunc == null) { _OnCellSelectedFunc = (_OnCellSelected)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "cbGuiArrayCtrl_onCellSelected"), typeof(_OnCellSelected)); } return(_OnCellSelectedFunc); }