BasePluginCameraRotation Enumeration |
Identifies rotations given in 90° steps.
Namespace: RAYLASE.Marker.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.32.0
Syntax
Members| Member name | Value | Description |
|---|
| Rot0 | 0 |
No rotation.
|
| Rot90 | 1 |
90° rotation.
|
| Rot180 | 2 |
180° rotation.
|
| Rot270 | 3 |
270° rotation.
|
See Also