Method | Description | |
---|---|---|
GetColor ( ColorTarget target ) : Vector4 |
Gets the current style color for the given UI element type.
|
|
SetColor ( ColorTarget target, Vector4 value ) : void |
Sets the style color for a particular UI element type.
|
|
Style ( NativeStyle style ) : System.Numerics |
public GetColor ( ColorTarget target ) : Vector4 | ||
target | ColorTarget | The type of UI element. |
return | Vector4 |
public SetColor ( ColorTarget target, Vector4 value ) : void | ||
target | ColorTarget | The type of UI element. |
value | Vector4 | The new color. |
return | void |
public Style ( NativeStyle style ) : System.Numerics | ||
style | NativeStyle | |
return | System.Numerics |