新人如何调用itweenpatch生成的路径

2025-04-16 14:07:08
推荐回答(2个)
回答1:

public Vector3 []path; iTween.MoveTo(gameObject ,iTween.Hash("path",path)) path中的点要拖拽到Inspector中

回答2:

public Vector3 []path;
iTween.MoveTo(gameObject ,iTween.Hash("path",path))
path中的点要拖拽到Inspector中