Class Extensions
Inherited Members
Namespace: andywiecko.BurstTriangulator
Assembly: .dll
Syntax
public static class Extensions
Methods
Name | Description |
---|---|
AsNativeArray<T>(T[], out Handle) | Returns NativeArray<T> view on managed |
Run(Triangulator<fp2>) | Perform the job's Execute method immediately on the same thread. |
Run(Triangulator<double2>) | Perform the job's Execute method immediately on the same thread. |
Run(Triangulator<float2>) | Perform the job's Execute method immediately on the same thread. |
Run(Triangulator<int2>) | Perform the job's Execute method immediately on the same thread. |
Run(Triangulator<Vector2>) | Perform the job's Execute method immediately on the same thread. |
Schedule(Triangulator<fp2>, JobHandle) | Schedule the job for execution on a worker thread. |
Schedule(Triangulator<double2>, JobHandle) | Schedule the job for execution on a worker thread. |
Schedule(Triangulator<float2>, JobHandle) | Schedule the job for execution on a worker thread. |
Schedule(Triangulator<int2>, JobHandle) | Schedule the job for execution on a worker thread. |
Schedule(Triangulator<Vector2>, JobHandle) | Schedule the job for execution on a worker thread. |