예제 #1
0
    public void Set(int index)
    {
        index = Mathf.Clamp(index, 0, allFXSet.Count - 1);

        currentFxSet = allFXSet[index];
    }
예제 #2
0
파일: gFX.cs 프로젝트: urgamedev/VoaVivaldo
	public void Set( int index )
	{
		index = Mathf.Clamp( index, 0, allFXSet.Count-1 );
		
		currentFxSet = allFXSet[index];
	}