unreal.FieldResolutionType¶
- class unreal.FieldResolutionType¶
Bases:
EnumBaseEField Resolution Type
C++ Source:
Module: Chaos
File: FieldSystemTypes.h
- FIELD_RESOLUTION_DISABLED_PARENTS: FieldResolutionType = Ellipsis¶
Apply the field to all the parent particles
- Type:
1
- FIELD_RESOLUTION_MAXIMUM: FieldResolutionType = Ellipsis¶
Apply the field to all the solver particles
- Type:
2
- FIELD_RESOLUTION_MINIMAL: FieldResolutionType = Ellipsis¶
Apply the field to all the active particles
- Type:
0