Show / Hide Table of Contents

    Class UnityLateUpdatedAction

    Inheritance
    Object
    UnityAction
    UnityLateUpdatedAction
    Implements
    IAction
    Inherited Members
    UnityAction._typesToDispatchAs
    UnityAction.TypesToDispatchAs
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public class UnityLateUpdatedAction : UnityAction, IAction

    Constructors

    UnityLateUpdatedAction()

    Declaration
    public UnityLateUpdatedAction()

    Properties

    DeltaTime

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

    UnscaledDeltaTime

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

    Methods

    ResetAction()

    Declaration
    public override void ResetAction()
    Overrides
    UnityAction.ResetAction()

    Implements

    IAction
    Back to top Copyright © 2020 East Side Games Inc.