Ejemplo n.º 1
0
    public void ClearTargetVertex()
    {
        if (target != null)
        {
            target.ClearForceAtVertex(vertexIdx);
        }

        this.target    = null;
        this.vertexIdx = -1;
    }