unreal.OrientAxis¶
- class unreal.OrientAxis¶
Bases:
EnumBaseFOrientOptions
C++ Source:
Plugin: MeshModelingToolset
Module: SkeletalMeshModifiers
File: SkeletonModifier.h
- NEGATIVE_X: OrientAxis = Ellipsis¶
Orients axis in the negative X direction
- Type:
4
- NEGATIVE_Y: OrientAxis = Ellipsis¶
Orients axis in the negative Y direction
- Type:
5
- NEGATIVE_Z: OrientAxis = Ellipsis¶
Orients axis in the negative Z direction
- Type:
6
- NONE: OrientAxis = Ellipsis¶
0
- POSITIVE_X: OrientAxis = Ellipsis¶
Orients axis in the positive X direction
- Type:
1
- POSITIVE_Y: OrientAxis = Ellipsis¶
Orients axis in the positive Y direction
- Type:
2
- POSITIVE_Z: OrientAxis = Ellipsis¶
Orients axis in the positive Z direction
- Type:
3