Ejemplo n.º 1
0
    public void RemoveState(int index)
    {
        BaseStateInfo removed = mStateInfoList[index];

        mStateInfoList[index] = null;
        removed.DestroyPlayable();
        mCount = mStateInfoList.Count;
    }