docs.unity.cn
    Show / Hide Table of Contents

    Class RateUtils.VariableRateManager

    A IRateManager implementation providing a variable update rate in milliseconds.

    Inheritance
    Object
    RateUtils.VariableRateManager
    Namespace: Unity.Entities
    Syntax
    public class VariableRateManager : IRateManager

    Constructors

    Name Description
    VariableRateManager(UInt32, Boolean)

    Construct a RateUtils.VariableRateManager with a given Millisecond update rate.

    Properties

    Name Description
    Timestep

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

    Methods

    Name Description
    ShouldGroupUpdate(ComponentSystemGroup)

    Determines if the group should be updated this invoke.

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