Class FixedRateUtils.FixedRateCatchUpManager | Entities | 0.16.0-preview.21
docs.unity.cn
    Show / Hide Table of Contents

    Class FixedRateUtils.FixedRateCatchUpManager

    Inheritance
    Object
    FixedRateUtils.FixedRateCatchUpManager
    Namespace: Unity.Entities
    Syntax
    public class FixedRateCatchUpManager : IFixedRateManager

    Constructors

    FixedRateCatchUpManager(Single)

    Declaration
    public FixedRateCatchUpManager(float fixedDeltaTime)
    Parameters
    Type Name Description
    Single fixedDeltaTime

    Properties

    MaximumDeltaTime

    Declaration
    public float MaximumDeltaTime { get; set; }
    Property Value
    Type Description
    Single

    Timestep

    Declaration
    public float Timestep { get; set; }
    Property Value
    Type Description
    Single
    Implements
    IFixedRateManager.Timestep

    Methods

    ShouldGroupUpdate(ComponentSystemGroup)

    Declaration
    public bool ShouldGroupUpdate(ComponentSystemGroup group)
    Parameters
    Type Name Description
    ComponentSystemGroup group
    Returns
    Type Description
    Boolean
    Implements
    IFixedRateManager.ShouldGroupUpdate(ComponentSystemGroup)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 30 October 2020