SpaceRTS - Starter Pack  1.3
GameBase.SelectableChanged Class Reference

Special message triggered by the Selectable component and dispatched through the GameEntity Message Sink. More...

Inheritance diagram for GameBase.SelectableChanged:
NullPointerCore.Backend.Messenger.Message

Public Member Functions

 SelectableChanged (Selectable sel)
 Constructor for the message. requires a Selectable to take its info. More...
 
- Public Member Functions inherited from NullPointerCore.Backend.Messenger.Message
Cast< T > ()
 Cast the message to the type specified by T. More...
 

Properties

bool IsSelected [get]
 Current selection state of the selectable. More...
 
bool IsHighlighted [get]
 Current highlight state of the selectable. More...
 
bool IsHovered [get]
 Current hovering state of the selectable. More...
 

Detailed Description

Special message triggered by the Selectable component and dispatched through the GameEntity Message Sink.

Constructor & Destructor Documentation

◆ SelectableChanged()

GameBase.SelectableChanged.SelectableChanged ( Selectable  sel)

Constructor for the message. requires a Selectable to take its info.

Parameters
selSelectable changed.

Property Documentation

◆ IsHighlighted

bool GameBase.SelectableChanged.IsHighlighted
get

Current highlight state of the selectable.

◆ IsHovered

bool GameBase.SelectableChanged.IsHovered
get

Current hovering state of the selectable.

◆ IsSelected

bool GameBase.SelectableChanged.IsSelected
get

Current selection state of the selectable.