docs.unity.cn
    Show / Hide Table of Contents

    Class ComponentSystemBaseManagedComponentExtensions

    Variants of ComponentSystemBase methods which support managed components.

    Inheritance
    Object
    ComponentSystemBaseManagedComponentExtensions
    Namespace: Unity.Entities
    Syntax
    public static class ComponentSystemBaseManagedComponentExtensions

    Methods

    Name Description
    GetSingleton<T>(ComponentSystemBase)

    Gets the value of a singleton component.

    GetSingletonRW<T>(ComponentSystemBase)

    Gets the value of a singleton component, for read/write access.

    SetSingleton<T>(ComponentSystemBase, T)

    Sets the value of a singleton component.

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