Show / Hide Table of Contents

    Interface ITrackData

    Contains the IEntityData associated with a certain ITrack.

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

    Properties

    ActivatableIds

    Returns a list of IActivatable ids in the ITrack.

    Declaration
    string[] ActivatableIds { get; }
    Property Value
    Type Description
    String[]

    ClaimInContentId

    Declaration
    [Obsolete("Deprecated in version L.1.", true)]
    string ClaimInContentId { get; }
    Property Value
    Type Description
    String

    DefaultActive

    Whether or not this ITrack is active on initialization.

    Declaration
    bool DefaultActive { get; }
    Property Value
    Type Description
    Boolean
    Back to top Copyright © 2020 East Side Games Inc.