Show / Hide Table of Contents

    Class GlobalTrackData

    Inheritance
    Object
    GlobalTrackData
    Implements
    IGlobalTrackData
    IActivatableData
    IEntityData
    IData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class GlobalTrackData : IGlobalTrackData, IActivatableData, IEntityData, IData

    Constructors

    GlobalTrackData()

    Declaration
    public GlobalTrackData()

    GlobalTrackData(String, String, String)

    Declaration
    public GlobalTrackData(string id, string trackId, string claimInContentId)
    Parameters
    Type Name Description
    String id
    String trackId
    String claimInContentId

    Fields

    _claimInContentId

    Declaration
    protected string _claimInContentId
    Field Value
    Type Description
    String

    _id

    Declaration
    protected string _id
    Field Value
    Type Description
    String

    _trackId

    Declaration
    protected string _trackId
    Field Value
    Type Description
    String

    Properties

    ClaimInContentId

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

    Id

    Declaration
    public virtual string Id { get; }
    Property Value
    Type Description
    String

    TrackId

    Declaration
    public virtual string TrackId { get; }
    Property Value
    Type Description
    String

    Methods

    CreateEntity()

    Declaration
    public virtual IEntity CreateEntity()
    Returns
    Type Description
    IEntity

    Implements

    IGlobalTrackData
    IActivatableData
    IEntityData
    IData
    Back to top Copyright © 2020 East Side Games Inc.