Update 1.2.1: Ability of quickly add and remove vertices
Added the ability to quickly add and remove vertices to the curve line from the Inspector of
Unity Editor.
Scripting API:
- Added method void InsertVertex(int index, Vector3 vertex);
- Added method void RemoveVertexAt(int index).
Комментариев нет:
Отправить комментарий