internal static void endGroup(IntPtr thisPtr, int argc, string[] argv)
            {
                if (_endGroupFunc == null)
                {
                    _endGroupFunc =
                        (_endGroup)Marshal.GetDelegateForFunctionPointer(Torque3D.DllLoadUtils.GetProcAddress(Torque3D.Torque3DLibHandle,
                                                                                                              "fn_Component_endGroup"), typeof(_endGroup));
                }

                _endGroupFunc(thisPtr, argc, argv);
            }
Exemple #2
0
            internal static void endGroup(IntPtr thisPtr)
            {
                if (_endGroupFunc == null)
                {
                    _endGroupFunc =
                        (_endGroup)Marshal.GetDelegateForFunctionPointer(Torque3D.DllLoadUtils.GetProcAddress(Torque3D.Torque3DLibHandle,
                                                                                                              "fn_GuiVariableInspector_endGroup"), typeof(_endGroup));
                }

                _endGroupFunc(thisPtr);
            }