docs.unity.cn
    Show / Hide Table of Contents

    Interface IRateManager

    Interface to define custom behaviors for controlling when a ComponentSystemGroup should update, and what timestep should be visible to the systems in that group. This allows the implementation of Unity's traditional MonoBehaviour "FixedUpdate()" semantics within DOTS, as well as more advanced/flexible update schemes.

    Namespace: Unity.Entities
    Syntax
    public interface IRateManager

    Properties

    Name Description
    Timestep

    The timestep since the previous group update (in seconds).

    Methods

    Name Description
    ShouldGroupUpdate(ComponentSystemGroup)

    Determines whether a system group should proceed with its update.

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