![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Arguments for a score event (i.e. when the score changes). More...
Public Member Functions | |
ScoreEventArgs (string type) | |
Initializes a new instance of the PlatformerPro.ScoreEventArgs class. More... | |
ScoreEventArgs (int change, int current, string type) | |
Initializes a new instance of the PlatformerPro.ScoreEventArgs class. More... | |
void | UpdateScore (int change, int current) |
Updates the score event. More... | |
Properties | |
int | Change [get, protected set] |
Gets or sets the change in score. More... | |
int | Current [get, protected set] |
Gets or sets the level score. More... | |
string | ScoreType [get, protected set] |
Identifier for the score type. More... | |
Arguments for a score event (i.e. when the score changes).
PlatformerPro.ScoreEventArgs.ScoreEventArgs | ( | string | type | ) |
Initializes a new instance of the PlatformerPro.ScoreEventArgs class.
type | Type. |
PlatformerPro.ScoreEventArgs.ScoreEventArgs | ( | int | change, |
int | current, | ||
string | type | ||
) |
Initializes a new instance of the PlatformerPro.ScoreEventArgs class.
change | Change. |
current | Current. |
type | Type. |
void PlatformerPro.ScoreEventArgs.UpdateScore | ( | int | change, |
int | current | ||
) |
Updates the score event.
change | Change. |
current | Current value. |
|
getprotected set |
Gets or sets the change in score.
The change.
|
getprotected set |
Gets or sets the level score.
|
getprotected set |
Identifier for the score type.