Show / Hide Table of Contents

    Interface ITimedActivatableData

    Contains the data associated with a certain ITimedActivatable.

    Inherited Members
    IEntityData.CreateEntity()
    ISavedDataProvider.CreateSavedData()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITimedActivatableData : IActivatableData, IEntityData, ISavedDataProvider, IData

    Properties

    ActivatableId

    The id of the IActivatable entity in this ITimedActivatable.

    Declaration
    string ActivatableId { get; }
    Property Value
    Type Description
    String

    DefaultActive

    Whether or not this ITimedActivatable is active on initialization.

    Declaration
    bool DefaultActive { get; }
    Property Value
    Type Description
    Boolean

    Duration

    The duration increment in milliseconds.

    Declaration
    long Duration { get; }
    Property Value
    Type Description
    Int64
    Back to top Copyright © 2020 East Side Games Inc.