C# Класс OVRResetOrientation

Allows you to reset VR input tracking with a gamepad button press.
Наследование: MonoBehaviour
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
resetButton OVRGamepadController.Button

Открытые методы

Метод Описание
Update ( ) : void

Check input and reset orientation if necessary See the input mapping setup in the Unity Integration guide

Описание методов

Update() публичный Метод

Check input and reset orientation if necessary See the input mapping setup in the Unity Integration guide
public Update ( ) : void
Результат void

Описание свойств

resetButton публичное свойство

The gamepad button that will reset VR input tracking.
public OVRGamepadController.Button resetButton
Результат OVRGamepadController.Button