docs.unity.cn
    Show / Hide Table of Contents

    Method OnUpdate

    OnUpdate()

    Executes the command buffers in this system in the order they were created.

    Declaration
    protected override void OnUpdate()
    Overrides
    ComponentSystem.OnUpdate()
    Remarks

    If you override this method, you should call base.OnUpdate() to retain the default update logic.

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