Method Execute
Execute(int)
Called by the job system to evaluate a position at an index. The interpolation value is calculated as
index / positions.Length - 1
.
Declaration
public void Execute(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the positions array to evaluate. |