Exemplo n.º 1
0
    public void SyncWave(float time, float delay, int index)
    {
        mStartTime = time;
        mDelayTime = delay;
        //mWaveIndex = index;

        if (mCurrentAutomatic != null)
        {
            mCurrentWave = mCurrentAutomatic.GetWaveData(index);
        }
    }