Ejemplo n.º 1
0
    public void SetInputWeight(int index, float weight)
    {
        BaseStateInfo state = mStateInfoList[index];

        state.SetWeight(weight);
    }