unreal.ParticleAxisLock
¶
- class unreal.ParticleAxisLock¶
Bases:
unreal.EnumBase
Flags indicating lock
C++ Source:
Module: Engine
File: ParticleModuleOrientationAxisLock.h
- EPAL_NEGATIVE_X¶
Lock the sprite facing towards the negative X-axis
- Type
4
- EPAL_NEGATIVE_Y¶
Lock the sprite facing towards the negative Y-axis
- Type
5
- EPAL_NEGATIVE_Z¶
Lock the sprite facing towards the negative Z-axis
- Type
6
- EPAL_NONE¶
No locking to an axis…
- Type
0
- EPAL_ROTATE_X¶
Lock the sprite rotation on the X-axis
- Type
7
- EPAL_ROTATE_Y¶
Lock the sprite rotation on the Y-axis
- Type
8
- EPAL_ROTATE_Z¶
Lock the sprite rotation on the Z-axis
- Type
9
- EPAL_X¶
Lock the sprite facing towards the positive X-axis
- Type
1
- EPAL_Y¶
Lock the sprite facing towards the positive Y-axis
- Type
2
- EPAL_Z¶
Lock the sprite facing towards the positive Z-axis
- Type
3