|
TopDown Engine v4.5
|
A type of event used to signal changes to the current score. More...
Public Member Functions | |
| TopDownEnginePointEvent (PointsMethods pointsMethod, int points) | |
| Initializes a new instance of the MoreMountains.TopDownEngine.TopDownEnginePointEvent struct. | |
Static Public Member Functions | |
| static void | Trigger (PointsMethods pointsMethod, int points) |
Public Attributes | |
| PointsMethods | PointsMethod |
| int | Points |
Static Public Attributes | |
| static TopDownEnginePointEvent | e |
A type of event used to signal changes to the current score.
| MoreMountains.TopDownEngine.TopDownEnginePointEvent.TopDownEnginePointEvent | ( | PointsMethods | pointsMethod, |
| int | points ) |
Initializes a new instance of the MoreMountains.TopDownEngine.TopDownEnginePointEvent struct.
| pointsMethod | Points method. |
| points | Points. |
|
static |
|
static |
| int MoreMountains.TopDownEngine.TopDownEnginePointEvent.Points |
| PointsMethods MoreMountains.TopDownEngine.TopDownEnginePointEvent.PointsMethod |