unreal.CameraShakePlaySpace
¶
- class unreal.CameraShakePlaySpace¶
Bases:
unreal.EnumBase
ECamera Shake Play Space
C++ Source:
Module: Engine
File: CameraTypes.h
- CAMERA_LOCAL¶
This anim is applied in camera space.
- Type
0
- USER_DEFINED¶
This anim is applied in a user-specified space (defined by UserPlaySpaceMatrix).
- Type
2
- WORLD¶
This anim is applied in world space.
- Type
1