Struct MemsetNativeArray<T>
Assign Value to each element of NativeArray
Namespace: Unity.Entities
Syntax
[BurstCompile]
public struct MemsetNativeArray<T> : IJobParallelFor where T : structType Parameters
| Name | Description | 
|---|---|
| T | Type of element in NativeArray | 
Fields
| Name | Description | 
|---|---|
| Source | |
| Value | 
Methods
| Name | Description | 
|---|---|
| Execute(Int32) |