Show / Hide Table of Contents

    Class UnityAction

    Inheritance
    Object
    UnityAction
    UnityFixedUpdatedAction
    UnityLateUpdatedAction
    UnityPausedAction
    UnityTerminatedAction
    UnityUpdatedAction
    Implements
    IAction
    Inherited Members
    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 abstract class UnityAction : IAction

    Fields

    _typesToDispatchAs

    Declaration
    protected Type[] _typesToDispatchAs
    Field Value
    Type Description
    Type[]

    Properties

    TypesToDispatchAs

    Declaration
    public virtual Type[] TypesToDispatchAs { get; }
    Property Value
    Type Description
    Type[]

    Methods

    ResetAction()

    Declaration
    public abstract void ResetAction()

    Implements

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