Show / Hide Table of Contents

Enum SyncAxes

Sync Axes of the Stabilizer.
穩定器的同步軸。

Namespace: Votanic.vXR.vCast
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public enum SyncAxes

Fields

Name Description
All

Sync all axes.
同步所有軸。

None

Disable stabilizing.
不使用穩定器。

X

Sync X axis of target only.
只同步目標的 X 軸。

XY

Sync X and Y axes of target only.
只同步目標的 X 及 Y 軸。

XZ

Sync X and Z axes of target only.
只同步目標的 X 及 Z 軸。

Y

Sync Y axis of target only.
只同步目標的 Y 軸。

YZ

Sync Y and Z axes of target only.
只同步目標的 Y 及 Z 軸。

Z

Sync Z axis of target only.
只同步目標的 Z 軸。

In This Article
Back to top Generated by DocFX