Enum Axis
An enum defining the 3D axes as flags.
Namespace: Unity.LiveCapture.VirtualCamera
Assembly: Unity.LiveCapture.VirtualCamera.dll
Syntax
[Flags]
public enum Axis : byte
Fields
Name | Description |
---|---|
None | No axis flags set. |
X | The X axis flag. |
Y | The Y axis flag. |
Z | The Z axis flag. |