Jumpvalley 0.5.0
An app and library that can be used to test and run 3D platformer levels. Currently being made with Godot.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Jumpvalley.Levels.Difficulty Class Reference

Represents a difficulty, a set of values that judge how difficult a level is. More...

Public Member Functions

 Difficulty (string name, double rating, Color color)
 Creates a new difficulty with the given name and numerical rating.
 

Public Attributes

string Name
 The name of the difficulty.
 
double Rating
 The difficulty's numerical measurement.
 
Color Color
 The color that represents the difficulty.
 

Detailed Description

Represents a difficulty, a set of values that judge how difficult a level is.

Constructor & Destructor Documentation

◆ Difficulty()

Jumpvalley.Levels.Difficulty.Difficulty ( string name,
double rating,
Color color )
inline

Creates a new difficulty with the given name and numerical rating.

Parameters
nameThe difficulty's name
ratingThe difficulty's numerical rating

The documentation for this class was generated from the following file: