Show / Hide Table of Contents

    Interface IGlobalTrackData

    Contains the IEntityData associated with a certain IGlobalTrack.

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

    Properties

    ClaimInContentId

    Returns the Id for the associated IContent that rewards can be claimed in.

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

    TrackId

    The id of the ITrack entity in this IGlobalTrack.

    Declaration
    string TrackId { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 East Side Games Inc.