Interface IGlobalTrackData
Contains the IEntityData associated with a certain IGlobalTrack.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IGlobalTrackData : IActivatableData, IEntityData, IData
Properties
ClaimInContentId
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 |