Struct FixedString64.Enumerator | Collections | 0.6.0-preview.9
docs.unity.cn
    Show / Hide Table of Contents

    Struct FixedString64.Enumerator

    Namespace: Unity.Collections
    Syntax
    public struct Enumerator

    Constructors

    Enumerator(FixedString64)

    Declaration
    public Enumerator(FixedString64 other)
    Parameters
    Type Name Description
    FixedString64 other

    Properties

    Current

    Declaration
    public Unicode.Rune Current { get; }
    Property Value
    Type Description
    Unicode.Rune

    Methods

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    Extension Methods

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