예제 #1
0
    public Vector4 Advance()
    {
        if (CurrentAnimation != null)
        {
            return(CurrentAnimation.Advance());
        }

        return(Vector4.one);
    }