Show / Hide Table of Contents

    Interface ITrackSavedData

    Contains the ISavedData associated with a certain ITrack.

    Inherited Members
    ISavedData.TimeCreated
    ISavedData.TimeModified
    ISavedData.Load()
    ISavedData.Save()
    ISavedData.Delete()
    ISavedData.Reset()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITrackSavedData : ISavedData, IInjectable

    Properties

    CurrentActivatableIndex

    The active IActivatable index.

    Declaration
    int CurrentActivatableIndex { get; }
    Property Value
    Type Description
    Int32

    IsActive

    Returns true if the ITrack is currently active.

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

    Methods

    Activate()

    Corresponding call to Activate() that alters saved data accordingly

    Declaration
    void Activate()

    CompleteCurrentActivatable()

    Increments the active IActivatable index.

    Declaration
    void CompleteCurrentActivatable()

    Deactivate()

    Corresponding call to Deactivate() that alters saved data accordingly

    Declaration
    void Deactivate()
    Back to top Copyright © 2020 East Side Games Inc.