Struct AllocatorManager.SmallAllocatorHandle | Collections | 0.8.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    Struct AllocatorManager.SmallAllocatorHandle

    Namespace: Unity.Collections
    Syntax
    public struct SmallAllocatorHandle

    Fields

    Value

    Index into a function table of allocation functions.

    Declaration
    public ushort Value
    Field Value
    Type Description
    UInt16

    Operators

    Implicit(Allocator to AllocatorManager.SmallAllocatorHandle)

    Declaration
    public static implicit operator AllocatorManager.SmallAllocatorHandle(Allocator a)
    Parameters
    Type Name Description
    Allocator a
    Returns
    Type Description
    AllocatorManager.SmallAllocatorHandle

    Implicit(AllocatorManager.AllocatorHandle to AllocatorManager.SmallAllocatorHandle)

    Declaration
    public static implicit operator AllocatorManager.SmallAllocatorHandle(AllocatorManager.AllocatorHandle a)
    Parameters
    Type Name Description
    AllocatorManager.AllocatorHandle a
    Returns
    Type Description
    AllocatorManager.SmallAllocatorHandle

    Implicit(AllocatorManager.SmallAllocatorHandle to AllocatorManager.AllocatorHandle)

    Declaration
    public static implicit operator AllocatorManager.AllocatorHandle(AllocatorManager.SmallAllocatorHandle a)
    Parameters
    Type Name Description
    AllocatorManager.SmallAllocatorHandle a
    Returns
    Type Description
    AllocatorManager.AllocatorHandle
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX