Struct Extensions_Collections.ClearNativeHashSetJob<TItem>
Clears a collection
Implements
IJob
Inherited Members
Namespace: Fwt.Core
Assembly: fwt.core.dll
Syntax
public struct Extensions_Collections.ClearNativeHashSetJob<TItem> : IJob where TItem : unmanaged, IEquatable<TItem>
Type Parameters
| Name | Description |
|---|---|
| TItem | Type of items in the collection |
Fields
Items
Collection to clear
Declaration
[WriteOnly]
public NativeHashSet<TItem> Items
Field Value
| Type | Description |
|---|---|
| NativeHashSet<TItem> |
Methods
Execute()
Implement this method to perform work on a worker thread.
Declaration
public void Execute()
Implements
Unity.Jobs.IJob