C# Класс OVRDebugGraph

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

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

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

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

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

Initialize the debug mode

Update ( ) : void

Check input and toggle the debug graph. See the input mapping setup in the Unity Integration guide.

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

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

Initialize the debug mode
public Start ( ) : void
Результат void

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

Check input and toggle the debug graph. See the input mapping setup in the Unity Integration guide.
public Update ( ) : void
Результат void

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

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

The current display mode.
public DebugPerfMode debugMode
Результат DebugPerfMode

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

The gamepad button that will toggle the display mode.
public OVRGamepadController.Button toggleButton
Результат OVRGamepadController.Button