示例#1
0
    void InitAndStartNewVoiceInfo(LogicVoiceInfo _voiceInfo)
    {
        LogicVoiceInfo vi = _voiceInfo;

        step = LogVoiceCollectionStep.waitingForFinishingVoiceStartDelay;

        curIndex = GetVoiceInfoIndex(vi);

        curVoiceStartDelayTime = voiceInfos[curIndex].startDelay;

        shouldStopCurVoiceAfterItsFinishing = false;
    }
示例#2
0
 void SetStep(LogVoiceCollectionStep _step)
 {
     step = _step;
 }