Interface ICustomStyle
Assembly: UnityEngine.dll
Syntax
public interface ICustomStyle
Methods
|
Improve this Doc
View Source
ApplyCustomProperty(String, ref StyleValue<Boolean>)
Declaration
void ApplyCustomProperty(string propertyName, ref StyleValue<bool> target)
Parameters
|
Improve this Doc
View Source
ApplyCustomProperty(String, ref StyleValue<Int32>)
Declaration
void ApplyCustomProperty(string propertyName, ref StyleValue<int> target)
Parameters
|
Improve this Doc
View Source
ApplyCustomProperty(String, ref StyleValue<Single>)
Declaration
void ApplyCustomProperty(string propertyName, ref StyleValue<float> target)
Parameters
|
Improve this Doc
View Source
ApplyCustomProperty(String, ref StyleValue<String>)
Declaration
void ApplyCustomProperty(string propertyName, ref StyleValue<string> target)
Parameters
|
Improve this Doc
View Source
ApplyCustomProperty(String, ref StyleValue<Color>)
Declaration
void ApplyCustomProperty(string propertyName, ref StyleValue<Color> target)
Parameters
|
Improve this Doc
View Source
ApplyCustomProperty(String, ref StyleValue<Texture2D>)
Declaration
void ApplyCustomProperty(string propertyName, ref StyleValue<Texture2D> target)
Parameters
Extension Methods