Simple class to handle demo selection.
More...
#include <DemoSelector.h>
|
void | select (string const name, string const surveyPath="", string const assetsPath="") |
| Run the demo with given name if any. More...
|
|
|
| DemoSelector ()=default |
| Default constructor for demo selector.
|
|
Simple class to handle demo selection.
- Author
- Alberto M. Esmoris Pena
- Version
- 1.0
◆ getInstance()
Singleton getter for the demo selector instance.
- Returns
- Demo selector singleton instance
- See also
- DemoSelector::ds
◆ select()
void HeliosDemos::DemoSelector::select |
( |
string const |
name, |
|
|
string const |
surveyPath = "" , |
|
|
string const |
assetsPath = "" |
|
) |
| |
Run the demo with given name if any.
- Parameters
-
name | Name of the demo to be run |
surveyPath | Path to the survey to be used by the demo, if any. When there is no survey, an empty string should be passed |
◆ ds
The documentation for this class was generated from the following files: