Version: 2018.2
public void SetPositions (Vector3[] positions);

パラメーター

positionsThe array of positions to set.

説明

Sets the positions of all vertices in the trail.

You can only use this method to modify existing positions in the Trail. You cannot use it to add new positions.

When setting all positions, use this method instead of SetPosition because it is more efficient to set all positions using a single command than to set each position individually.

See Also: positionCount property.

関連項目: SetPosition 関数 .