Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
Axis.h File Reference
#include "CoreTypes.h"
+ Include dependency graph for Axis.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  EAxis
 
namespace  EAxisList
 

Enumerations

enum  EAxis::Type { EAxis::None , EAxis::X , EAxis::Y , EAxis::Z }
 
enum  EAxisList::Type {
  EAxisList::None = 0 , EAxisList::X = 1 , EAxisList::Y = 2 , EAxisList::Z = 4 ,
  EAxisList::Screen = 8 , EAxisList::XY = X | Y , EAxisList::XZ = X | Z , EAxisList::YZ = Y | Z ,
  EAxisList::XYZ = X | Y | Z , EAxisList::All = XYZ | Screen , EAxisList::ZRotation = YZ , EAxisList::Rotate2D = Screen
}