Struct NativeStream.Range | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct NativeStream.Range

    Namespace: Unity.Collections
    Syntax
    public struct Range

    Fields

    Block

    Declaration
    public NativeStream.Block*Block
    Field Value
    Type Description
    NativeStream.Block*

    ElementCount

    Declaration
    public int ElementCount
    Field Value
    Type Description
    System.Int32

    LastOffset

    Declaration
    public int LastOffset
    Field Value
    Type Description
    System.Int32

    NumberOfBlocks

    Declaration
    public int NumberOfBlocks
    Field Value
    Type Description
    System.Int32

    OffsetInFirstBlock

    Declaration
    public int OffsetInFirstBlock
    Field Value
    Type Description
    System.Int32

    Extension Methods

    JobNativeMultiHashMapVisitKeyValue.Schedule<TJob, TKey, TValue>(TJob, NativeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    JobNativeMultiHashMapVisitKeyMutableValue.Schedule<TJob, TKey, TValue>(TJob, NativeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX