internal static _GetAttachedTo GetAttachedTo()
            {
                if (_GetAttachedToFunc == null)
                {
                    _GetAttachedToFunc =
                        (_GetAttachedTo)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGui3DProjectionCtrl_getAttachedTo"), typeof(_GetAttachedTo));
                }

                return(_GetAttachedToFunc);
            }
            internal static _GetAttachedTo GetAttachedTo()
            {
                if (_GetAttachedToFunc == null)
                {
                    _GetAttachedToFunc =
                        (_GetAttachedTo)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGui3DProjectionCtrl_getAttachedTo"), typeof(_GetAttachedTo));
                }

                return(_GetAttachedToFunc);
            }