getSupportedFeatures abstract method

Map<String, List<String>> getSupportedFeatures()

Gets features and all of their modes supported by the currently loaded scene configuration.

The key to the resulting map is the name of the feature and the value is a list of modes for that feature.

Result is empty if scene has not been loaded.

Returns Map<String, List<String>>. The map of supported features and all their modes.

Implementation

Map<String, List<String>> getSupportedFeatures();