EntEffectLoop
Effect Loop
Plays a Effect on loop. This only loops the effect visual, to loop the effect sound and physics use Effect Repeat.
ID: EntEffectLoop
Base Type: Entity Component
Values
Name | Type | Description |
---|---|---|
Enabled | Bool Variable | |
Effect | Effect Variable | |
Set Effect Scale | Bool Variable | If true effect will be set to scale to match the transform that the effect is on. |
Effect Scale | Number Variable | Defaults to 1 - x |
Set Effect Space | Bool Variable | If true can override the effect's simulation space to be World or Local. |
Effect Space | Enum Variable | |
On Transform Part | Transform Part Variable | The transform part that the effect is placed on. |
Methods
Name | Description |
---|---|
Reset Particle() | Resets Particle Effect |
Updated almost 2 years ago