Class Extensions
Provides extension methods.
Inherited Members
Namespace: andywiecko.BurstTriangulator
Assembly: .dll
Syntax
public static class ExtensionsMethods
| Name | Description | 
|---|---|
| AsNativeArray<T>(T[], out Handle) | Returns NativeArray<T> view on managed  | 
| Retriangulate(Mesh, TriangulationSettings, Axis, Axis, UVMap, int, int, bool, bool, bool, bool, bool, bool) | Retriangulates  | 
| 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. |