unreal.NiagaraRibbonShapeMode
¶
- class unreal.NiagaraRibbonShapeMode¶
Bases:
unreal.EnumBase
ENiagara Ribbon Shape Mode
C++ Source:
Plugin: Niagara
Module: Niagara
File: NiagaraRibbonRendererProperties.h
- CUSTOM¶
Custom shape, defined by cross section.
- Type
3
- MULTI_PLANE¶
Multiple Planes evenly rotated around the axis to 180 degrees.
- Type
1
- PLANE¶
Default shape, flat plane facing the camera.
- Type
0
- TUBE¶
3D Tube shape, from triangular to cylindrical depending on vertex count.
- Type
2