Struct ClearNativeParallelHashSetJob<TItem>
Job that clears the dirty chunks hash set. Used to schedule this operation after all jobs that read/write to the data layer are completed
Implements
IJob
Inherited Members
Namespace: Fwt.Core.DataLayers
Assembly: fwt.core.dll
Syntax
public struct ClearNativeParallelHashSetJob<TItem> : IJob where TItem : unmanaged, IEquatable<TItem>
Type Parameters
| Name | Description |
|---|---|
| TItem |
Fields
Items
Declaration
[WriteOnly]
public NativeParallelHashSet<TItem> Items
Field Value
| Type | Description |
|---|---|
| NativeParallelHashSet<TItem> |
Methods
Execute()
Implement this method to perform work on a worker thread.
Declaration
public void Execute()
Implements
Unity.Jobs.IJob