internal static _SetSelectedFaceZRot SetSelectedFaceZRot()
            {
                if (_SetSelectedFaceZRotFunc == null)
                {
                    _SetSelectedFaceZRotFunc =
                        (_SetSelectedFaceZRot)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiConvexEditorCtrl_setSelectedFaceZRot"), typeof(_SetSelectedFaceZRot));
                }

                return(_SetSelectedFaceZRotFunc);
            }
            internal static _SetSelectedFaceZRot SetSelectedFaceZRot()
            {
                if (_SetSelectedFaceZRotFunc == null)
                {
                    _SetSelectedFaceZRotFunc =
                        (_SetSelectedFaceZRot)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiConvexEditorCtrl_setSelectedFaceZRot"), typeof(_SetSelectedFaceZRot));
                }

                return(_SetSelectedFaceZRotFunc);
            }