LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

StyleValue<T0>.GetSpecifiedValueOrDefault

public T GetSpecifiedValueOrDefault(T defaultValue);

Parameters

defaultValueDefault value to be returned if no value is set.

Returns

T The value to be used for the custom style.

Description

Utility function to be used when reading custom styles values and provide a default value in one step.

This will return the default value if no value was specified from USS or not written to in C#.