C# Class uFrameECSDemo.UISystem

Inheritance: UISystemBase
Afficher le fichier Open project: InvertGames/uFrameECSDemo

Méthodes publiques

Méthode Description
UISystem ( ) : System

Méthodes protégées

Méthode Description
DisableUI ( WavesGame data, WavesGame group ) : void
SetScoreLabel ( WavesGame data, WavesGame group, PropertyChangedEvent value ) : void
UISystemPointerClickDispatcherHandler ( uFrame data, PlayGameButton source ) : void
WavesGameComponentDestroyed ( WavesGame data, WavesGame group ) : void

Method Details

DisableUI() protected méthode

protected DisableUI ( WavesGame data, WavesGame group ) : void
data WavesGame
group WavesGame
Résultat void

SetScoreLabel() protected méthode

protected SetScoreLabel ( WavesGame data, WavesGame group, PropertyChangedEvent value ) : void
data WavesGame
group WavesGame
value PropertyChangedEvent
Résultat void

UISystem() public méthode

public UISystem ( ) : System
Résultat System

UISystemPointerClickDispatcherHandler() protected méthode

protected UISystemPointerClickDispatcherHandler ( uFrame data, PlayGameButton source ) : void
data uFrame
source PlayGameButton
Résultat void

WavesGameComponentDestroyed() protected méthode

protected WavesGameComponentDestroyed ( WavesGame data, WavesGame group ) : void
data WavesGame
group WavesGame
Résultat void