Class SplineJobs
The SplineJobs class contains utility methods for evaluating spline data using the Jobs system.
Inherited Members
Namespace: UnityEngine .Splines
Assembly: solution.dll
Syntax
public static class SplineJobs
Methods
Name | Description |
---|---|
Evaluate |
Populate a preallocated NativeArray with position data from a spline. |
Evaluate |
Populate a set of preallocated NativeArray with position, tangent, and normal data from a spline. |
Evaluate |
Populate a set of pre-allocated NativeArray with position, tangent, and normal data from a spline. |
Evaluate |
Populate a preallocated NativeArray with position data from a spline. |