Interface IGoalTrack
An ITrack whose list of IActivatables are IGoals.
Inherited Members
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface IGoalTrack : ITrack, IActivatable, IEntity, IInjectable
Properties
currentGoal
Returns the currently active IGoal in this IGoalTrack based on the currentActivatableIndex, returns null otherwise.
Declaration
IGoal currentGoal { get; }
Property Value
| Type | Description |
|---|---|
| IGoal |
goals
Returns a list of IGoals associated with this IGoalTrack.
Declaration
IGoal[] goals { get; }
Property Value
| Type | Description |
|---|---|
| IGoal[] |
Methods
ClaimGoal(IGoal)
Declaration
void ClaimGoal(IGoal goal)
Parameters
| Type | Name | Description |
|---|---|---|
| IGoal | goal |