docs.unity.cn
    Show / Hide Table of Contents

    Method ResolveSystemStateRef

    ResolveSystemStateRef(SystemHandle)

    Resolves the system handle to a reference to its underlying system state.

    Declaration
    public ref SystemState ResolveSystemStateRef(SystemHandle id)
    Parameters
    Type Name Description
    SystemHandle id

    The system handle

    Returns
    Type Description
    SystemState

    A reference to the SystemState for this system

    Exceptions
    Type Condition
    InvalidOperationException

    Thrown if the system handle is invalid or does not belong to this world.

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