Interface ITrackData
Contains the IEntityData associated with a certain ITrack.
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 |