Version: 2020.2
언어: 한국어

VFXSpawnerLoopState

enumeration

매뉴얼로 전환

설명

This enum describes the state of VFXSpawner.

변수

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.
DelayingBeforeLoopIf the VFXSpawner is in this state, then it is waiting before it starts a loop.
LoopingIf the VFXSpawner is in this state, then it is currently looping. When in this state, VFXSpawnerState.playing is true.
DelayingAfterLoopIf the VFXSpawner is in this state, then it is waiting after a loop has reached the end.