_background
: Background |
Signature
Background _background |
_backgroundStyle
: ImageStyle |
Signature
ImageStyle _backgroundStyle |
_icon
: Icon |
Signature
Icon _icon |
_iconStyle
: ImageStyle |
Signature
ImageStyle _iconStyle |
BackgroundStyle
: ImageStyle
[Get][Set] |
The style of the background, can specify the detailed properties such as sprite and pixel density multiplier.
Upon setting the style, a refresh of the style would be invoked to reflect in UI.
Signature
ImageStyle BackgroundStyle |
Icon
: Texture2D
[Set] |
The texture used for the icon.
Signature
Texture2D Icon |
IconStyle
: ImageStyle
[Set] |
The style of the icon, similar to background can specify detailed properties.
Upon setting the style, a refresh of the style would be invoked to reflect in UI.
Signature
ImageStyle IconStyle |
OnHoverChanged
()
|
Signature
override void OnHoverChanged() Returns override void |
OnTransparencyChanged
()
|
Signature
override void OnTransparencyChanged() Returns override void |
RefreshStyle
()
|
Signature
void RefreshStyle() Returns void |
Setup
(
owner
)
| |
UpdateBackground
()
|
Signature
virtual void UpdateBackground() Returns void |
UpdateIcon
()
|
Signature
virtual void UpdateIcon() Returns void |