Beispiel #1
0
            internal static _SetFreeLook SetFreeLook()
            {
                if (_SetFreeLookFunc == null)
                {
                    _SetFreeLookFunc =
                        (_SetFreeLook)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnAIConnection_setFreeLook"), typeof(_SetFreeLook));
                }

                return(_SetFreeLookFunc);
            }
Beispiel #2
0
            internal static _SetFreeLook SetFreeLook()
            {
                if (_SetFreeLookFunc == null)
                {
                    _SetFreeLookFunc =
                        (_SetFreeLook)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnAIConnection_setFreeLook"), typeof(_SetFreeLook));
                }

                return(_SetFreeLookFunc);
            }