Modify a spline's shape during gameplay by removing points from it. Set an existing spline as the node's target.
Parameter | Explanation |
---|---|
Target | Target an existing spline node that the points will be removed from |
Execute | Executes the component. |
On Start | If enabled, node will be executed when the game starts or when it's spawned. |
Enabled | Determines if the node and its functions are active or disabled. |
Index | Index of the point which will be removed when node is executed. Indexes of spline points start from 0. |