unreal.OrientAxis

class unreal.OrientAxis

Bases: EnumBase

FOrientOptions

C++ Source:

  • Plugin: MeshModelingToolsetExp

  • Module: SkeletalMeshModifiers

  • File: SkeletonModifier.h

NEGATIVE_X: OrientAxis

Orients axis in the negative X direction

Type:

4

NEGATIVE_Y: OrientAxis

Orients axis in the negative Y direction

Type:

5

NEGATIVE_Z: OrientAxis

Orients axis in the negative Z direction

Type:

6

NONE: OrientAxis

0

POSITIVE_X: OrientAxis

Orients axis in the positive X direction

Type:

1

POSITIVE_Y: OrientAxis

Orients axis in the positive Y direction

Type:

2

POSITIVE_Z: OrientAxis

Orients axis in the positive Z direction

Type:

3