docs.unity.cn
    Show / Hide Table of Contents

    Method OnUpdate

    OnUpdate(ref SystemState)

    Callback invoked when the system is updated.

    Declaration
    [BurstCompile]
    public void OnUpdate(ref SystemState state)
    Parameters
    Type Name Description
    SystemState state

    The entity system state.

    Implements
    ISystem.OnUpdate(ref SystemState)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023