Enum SinglePointRepeat
Repeat action setting of a transformer that transform within 1 target point.
變換器重複動作設定,限於一個目標地點以內的變換。
Namespace: Votanic.vXR.vGear
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public enum SinglePointRepeat
Fields
Name | Description |
---|---|
Continue | Continue the action. |
None | No repeat. |
PingPong | Reverse the action. |
Simple | Repeat the same action. |