C# Class uFrameECSDemo.UISystemBase

Inheritance: uFrame.ECS.EcsSystem
Afficher le fichier Open project: InvertGames/uFrameECSDemo

Méthodes publiques

Méthode Description
Setup ( ) : void

Méthodes protégées

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

Method Details

DisableUI() protected méthode

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

DisableUIFilter() protected méthode

protected DisableUIFilter ( WavesGame data ) : void
data 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

SetScoreLabelFilter() protected méthode

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

Setup() public méthode

public Setup ( ) : void
Résultat void

UISystemPointerClickDispatcherFilter() protected méthode

protected UISystemPointerClickDispatcherFilter ( uFrame data ) : void
data uFrame
Résultat void

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

WavesGameComponentDestroyedFilter() protected méthode

protected WavesGameComponentDestroyedFilter ( WavesGame data ) : void
data WavesGame
Résultat void