Interface ITimedActivatableData
Contains the data associated with a certain ITimedActivatable.
Inherited Members
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface ITimedActivatableData : IActivatableData, IEntityData, ISavedDataProvider, IStaticData
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 |