docs.unity.cn
    Show / Hide Table of Contents

    Method SetSharedComponentData

    SetSharedComponentData<T>(Entity, T)

    Obsolete. Use SetSharedComponentManaged<T>(Entity, T) instead.

    Declaration
    [Obsolete("Use SetSharedComponentManaged<T> (UnityUpgradable) -> SetSharedComponentManaged<T>(*)", true)]
    public void SetSharedComponentData<T>(Entity entity, T componentData)
        where T : struct, ISharedComponentData
    Parameters
    Type Name Description
    Entity entity

    The entity.

    T componentData

    The data to set.

    Type Parameters
    Name Description
    T

    The component type.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023