Interface IGlobalTrack
A global ITrack which contains an ITrack. It overrides the regular ITrack's reward claiming logic to ensure its rewards are only claimable in one IContent, while the Track's IActivatables can still progress in different IContents.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IGlobalTrack : ITrack, IActivatable, IEntity, IInjectable
Properties
GlobalTrackData
Returns the associated IGlobalTrackData.
Declaration
IGlobalTrackData GlobalTrackData { get; }
Property Value
Type | Description |
---|---|
IGlobalTrackData |
Track
Returns the component ITrack.
Declaration
ITrack Track { get; }
Property Value
Type | Description |
---|---|
ITrack |