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