docs.unity.cn
    Show / Hide Table of Contents

    Struct MemsetNativeArray<T>

    Assign Value to each element of NativeArray

    Namespace: Unity.Entities
    Syntax
    [BurstCompile]
    public struct MemsetNativeArray<T> : IJobParallelFor where T : struct
    Type Parameters
    Name Description
    T

    Type of element in NativeArray

    Fields

    Name Description
    Source

    The destination array, to which the value is copied repeatedly.

    Value

    The value to copy repeatedly to the destination array.

    Methods

    Name Description
    Execute(Int32)

    This function is executed once for each work unit of the job, potentially concurrently. Each work unit copies one value into the destination array.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023