Method GetRoomTheme
| Improve this Doc View SourceGetRoomTheme(string)
Helper method to get the global::Room.Theme value, if the given themeName matches any vanilla values.
Declaration
public static Room.Theme GetRoomTheme(string themeName)
Parameters
Type | Name | Description |
---|---|---|
string | themeName | Name of the theme. |
Returns
Type | Description |
---|---|
Theme | The global::Room.Theme value, or Room.Theme.None if no match is found. |