C# Класс OVRMonoscopic

Наследование: MonoBehaviour
Показать файл Открыть проект

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

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

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

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

Check input and toggle monoscopic rendering mode if necessary See the input mapping setup in the Unity Integration guide

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

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

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

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

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

The gamepad button that will toggle monoscopic rendering.
public OVRGamepadController.Button toggleButton
Результат OVRGamepadController.Button