Method IsVanillaTheme
| Edit this page View SourceIsVanillaTheme(string)
Helper method to determine if a given themeName matches any vanilla global::Room.Theme values.
Declaration
public static bool IsVanillaTheme(string themeName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | themeName | Name of the theme to test. |
Returns
| Type | Description |
|---|---|
| bool | true if the themeName matches a built-in value, or false. |