docs.unity.cn
    Show / Hide Table of Contents

    Struct ComponentTypeHandle<T>

    Namespace: Unity.Entities
    Syntax
    [NativeContainer]
    [NativeContainerSupportsMinMaxWriteRestriction]
    public struct ComponentTypeHandle<T>
    Type Parameters
    Name Description
    T

    Fields

    Name Description
    m_LookupCache

    Properties

    Name Description
    GlobalSystemVersion
    IsReadOnly

    Methods

    Name Description
    Update(SystemBase)

    When a ComponentTypeHandle is cached by a system across multiple system updates, calling this function inside the system's OnUpdate() method performs the minimal incremental updates necessary to make the type handle safe to use.

    Update(ref SystemState)

    When a ComponentTypeHandle is cached by a system across multiple system updates, calling this function inside the system's OnUpdate() method performs the minimal incremental updates necessary to make the type handle safe to use.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use