docs.unity.cn
    Show / Hide Table of Contents

    Method GetSharedComponentTypeHandle

    GetSharedComponentTypeHandle<T>()

    Gets the run-time type information required to access a shared component data in a chunk.

    Declaration
    public SharedComponentTypeHandle<T> GetSharedComponentTypeHandle<T>()
        where T : struct, ISharedComponentData
    Returns
    Type Description
    SharedComponentTypeHandle<T>

    An object representing the type information required to safely access shared component data stored in a chunk.

    Type Parameters
    Name Description
    T

    A struct that implements ISharedComponentData.

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