Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VFXSpawnerLoopState

This enum describes the state of VFXSpawner.
Read time 1 minuteLast updated 5 days ago

Definition

public enum VFXSpawnerLoopState

Fields

Value

Description

DelayingAfterLoopIf the VFXSpawner is in this state, then it is waiting after a loop has reached the end.
DelayingBeforeLoopIf the VFXSpawner is in this state, then it is waiting before it starts a loop.
FinishedIf the VFXSpawner is in this state then it has finished and is currently awaiting a Play invocation. This is the default and final state.
LoopingIf the VFXSpawner is in this state, then it is currently looping. When in this state, _playing is true.