|
Flying Piggy 2D Runner Kit
1.0
Complete 2D runner template for Unity
|
Public Member Functions | |
| Mission (int level, string description, int priority) | |
| abstract bool | CheckGoalAchieved () |
Public Member Functions inherited from Observable | |
| void | NotifyObservers (string message) |
| void | AddObserver (IObserver o) |
| void | RemoveObserver (IObserver o) |
Protected Attributes | |
| int | id |
| bool | goalAchieved = false |
| string | description |
| int | level |
| int | priority |
Properties | |
| int | Id [get, set] |
| string | Description [get, set] |
| int | Level [get, set] |
| int | Priority [get, set] |
| bool | GoalAchieved [get, set] |
Mission describes a goal and checks if it is achieved
| Mission.Mission | ( | int | level, |
| string | description, | ||
| int | priority | ||
| ) |
|
pure virtual |
Check if the goal is achieved
Implemented in MissionScore.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |