Third Person Cover Shooter
1.6
|
Describes button graphics for each possible UI state. More...
Static Public Member Functions | |
static PressButtonSettings | Default () |
Public Attributes | |
Image | Target |
Image component that is manipulated. More... | |
Color | NormalColor |
Image color when the button is neither pressed nor highlighted. More... | |
Color | HighlightColor |
Image color when the cursor is held above the button. More... | |
Color | PressColor |
Image color when the button is being pressed. More... | |
Sprite | HighlightSprite |
Image sprite when the cursor is held above the button. More... | |
Sprite | PressSprite |
Image sprite when the button is pressed. More... | |
Describes button graphics for each possible UI state.
|
static |
Color CoverShooter.PressButtonSettings.HighlightColor |
Image color when the cursor is held above the button.
Sprite CoverShooter.PressButtonSettings.HighlightSprite |
Image sprite when the cursor is held above the button.
Color CoverShooter.PressButtonSettings.NormalColor |
Image color when the button is neither pressed nor highlighted.
Color CoverShooter.PressButtonSettings.PressColor |
Image color when the button is being pressed.
Sprite CoverShooter.PressButtonSettings.PressSprite |
Image sprite when the button is pressed.
Image CoverShooter.PressButtonSettings.Target |
Image component that is manipulated.