Interface ITimedActivatableData
Contains the data associated with a certain ITimedActivatable.
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface ITimedActivatableData : IActivatableData, IEntityData, ISavedDataProvider, IData
Properties
ActivatableId
The id of the IActivatable entity in this ITimedActivatable.
Declaration
string ActivatableId { get; }
Property Value
Type | Description |
---|---|
String |
DefaultActive
Whether or not this ITimedActivatable is active on initialization.
Declaration
bool DefaultActive { get; }
Property Value
Type | Description |
---|---|
Boolean |
Duration
The duration increment in milliseconds.
Declaration
long Duration { get; }
Property Value
Type | Description |
---|---|
Int64 |