unreal.EmitterNormalsMode¶
- class unreal.EmitterNormalsMode¶
Bases:
EnumBaseEEmitter Normals Mode
C++ Source:
Module: Engine
File: ParticleModuleRequired.h
- ENM_CAMERA_FACING: EmitterNormalsMode = Ellipsis¶
Default mode, normals are based on the camera facing geometry.
- Type:
0
- ENM_CYLINDRICAL: EmitterNormalsMode = Ellipsis¶
Normals are generated from a cylinder going through NormalsSphereCenter, in the direction NormalsCylinderDirection.
- Type:
2
- ENM_SPHERICAL: EmitterNormalsMode = Ellipsis¶
Normals are generated from a sphere centered at NormalsSphereCenter.
- Type:
1