docs.unity.cn
    Show / Hide Table of Contents

    Method Update

    Update()

    Update the system manually.

    Declaration
    public sealed override void Update()
    Overrides
    ComponentSystemBase.Update()
    Remarks

    Most programs should not update systems manually. SystemBase implementations cannot override Update(). Instead, implement system behavior in OnUpdate().

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