Struct CollectionHelper.DummyJob
Empty job type used for Burst compilation testing
Implements
Namespace: Unity.Collections
Assembly: Unity.Collections.dll
Syntax
[BurstCompile]
public struct CollectionHelper.DummyJob : IJob
Methods
Execute()
Empty job execute function used for Burst compilation testing
Declaration
public void Execute()