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