void InitAndStartNewVoiceInfo(LogicVoiceInfo _voiceInfo) { LogicVoiceInfo vi = _voiceInfo; step = LogVoiceCollectionStep.waitingForFinishingVoiceStartDelay; curIndex = GetVoiceInfoIndex(vi); curVoiceStartDelayTime = voiceInfos[curIndex].startDelay; shouldStopCurVoiceAfterItsFinishing = false; }
void SetStep(LogVoiceCollectionStep _step) { step = _step; }