Third Person Cover Shooter
1.6
|
Sets formation type of the active character when enabled. More...
Public Attributes | |
CharacterSwitcher | Switcher |
Character switcher whose active character is managed. More... | |
FormationType | Formation |
Formation to be formed when this button is active. More... | |
GameObject | Next |
UI object that is activated when pressing this one. More... | |
Public Attributes inherited from CoverShooter.PressButton | |
PressButtonSettings | Button = PressButtonSettings.Default() |
Protected Member Functions | |
override void | OnPress () |
Protected Member Functions inherited from CoverShooter.PressButton | |
virtual void | OnRelease () |
virtual void | OnEnter () |
virtual void | OnExit () |
Additional Inherited Members | |
Public Member Functions inherited from CoverShooter.PressButton | |
void | OnPointerDown (PointerEventData eventData) |
void | OnPointerUp (PointerEventData eventData) |
void | OnPointerEnter (PointerEventData eventData) |
void | OnPointerExit (PointerEventData eventData) |
Sets formation type of the active character when enabled.
Disables itself and enables other UI object when pressed.
|
protectedvirtual |
Reimplemented from CoverShooter.PressButton.
FormationType CoverShooter.FormationSelector.Formation |
Formation to be formed when this button is active.
GameObject CoverShooter.FormationSelector.Next |
UI object that is activated when pressing this one.
CharacterSwitcher CoverShooter.FormationSelector.Switcher |
Character switcher whose active character is managed.