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