Show / Hide Table of Contents

Enum InputType

Input type of condition in behaviour.
行為中條件的輸入類型。

Namespace: Votanic.vXR.vGear.Scenario
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public enum InputType

Fields

Name Description
Down

Return true if the device is pressed.
當裝置被按下時傳回 true。

Hold

Return true if the device is held for a while.
當裝置被長按一段時間時傳回 true。

Press

Return true if the device is pressing.
當裝置被按住時傳回 true。

Touch

Return true if the device is touched.
當裝置被觸碰時傳回 true。

Up

Return true if the device is released.
當裝置被放開時傳回 true。

Value

Return the value of the axes device.
傳回軸裝置的值。

In This Article
Back to top Generated by DocFX