Navigation
API > API/Plugins > API/Plugins/AvalancheViewport
References
| Module | AvalancheViewport |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheViewport/Public/AvaScreenAlignmentEnums.h |
| Include | #include "AvaScreenAlignmentEnums.h" |
Syntax
enum EAvaWorldAxis
{
Depth = 0,
Horizontal = 1,
Vertical = 2,
}
Values
| Name | Description |
|---|---|
| Depth | |
| Horizontal | |
| Vertical |
Remarks
In the order of the vector componennt determining that direction. X = Depth Y = Horizontal Z = Vertical