Third Person Cover Shooter  1.6
CoverShooter.FormationSelector Class Reference

Sets formation type of the active character when enabled. More...

Inheritance diagram for CoverShooter.FormationSelector:
CoverShooter.PressButton

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)
 

Detailed Description

Sets formation type of the active character when enabled.

Disables itself and enables other UI object when pressed.

Member Function Documentation

◆ OnPress()

override void CoverShooter.FormationSelector.OnPress ( )
protectedvirtual

Reimplemented from CoverShooter.PressButton.

Member Data Documentation

◆ Formation

FormationType CoverShooter.FormationSelector.Formation

Formation to be formed when this button is active.

◆ Next

GameObject CoverShooter.FormationSelector.Next

UI object that is activated when pressing this one.

◆ Switcher

CharacterSwitcher CoverShooter.FormationSelector.Switcher

Character switcher whose active character is managed.


The documentation for this class was generated from the following file: