コード例 #1
0
ファイル: FollowForce.cs プロジェクト: ly774508966/UnitySDK-1
    public void ClearTargetVertex()
    {
        if (target != null)
        {
            target.ClearForceAtVertex(vertexIdx);
        }

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