Represents a difficulty, a set of values that judge how difficult a level is.
More...
|
| Difficulty (string name, double rating, Color color) |
| Creates a new difficulty with the given name and numerical rating.
|
|
|
string | Name |
| The name of the difficulty.
|
|
double | Rating |
| The difficulty's numerical measurement.
|
|
Color | Color |
| The color that represents the difficulty.
|
|
Represents a difficulty, a set of values that judge how difficult a level is.
◆ Difficulty()
Jumpvalley.Levels.Difficulty.Difficulty |
( |
string | name, |
|
|
double | rating, |
|
|
Color | color ) |
|
inline |
Creates a new difficulty with the given name and numerical rating.
- Parameters
-
name | The difficulty's name |
rating | The difficulty's numerical rating |
The documentation for this class was generated from the following file: