Version: 2017.3
Experimental: this API is experimental and might be changed or removed in the future.

StyleValue<T0>.GetSpecifiedValueOrDefault

マニュアルに切り替える
public T GetSpecifiedValueOrDefault (T defaultValue);

パラメーター

defaultValue Default value to be returned if no value is set.

戻り値

T The value to be used for the custom style.

説明

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#.