C# Class uFrameECSDemo.UISystemBase

Inheritance: uFrame.ECS.EcsSystem
Datei anzeigen Open project: InvertGames/uFrameECSDemo

Public Methods

Method Description
Setup ( ) : void

Protected Methods

Method 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 method

protected DisableUI ( WavesGame data, WavesGame group ) : void
data WavesGame
group WavesGame
return void

DisableUIFilter() protected method

protected DisableUIFilter ( WavesGame data ) : void
data WavesGame
return void

SetScoreLabel() protected method

protected SetScoreLabel ( WavesGame data, WavesGame group, PropertyChangedEvent value ) : void
data WavesGame
group WavesGame
value PropertyChangedEvent
return void

SetScoreLabelFilter() protected method

protected SetScoreLabelFilter ( WavesGame data, PropertyChangedEvent value ) : void
data WavesGame
value PropertyChangedEvent
return void

Setup() public method

public Setup ( ) : void
return void

UISystemPointerClickDispatcherFilter() protected method

protected UISystemPointerClickDispatcherFilter ( uFrame data ) : void
data uFrame
return void

UISystemPointerClickDispatcherHandler() protected method

protected UISystemPointerClickDispatcherHandler ( uFrame data, PlayGameButton source ) : void
data uFrame
source PlayGameButton
return void

WavesGameComponentDestroyed() protected method

protected WavesGameComponentDestroyed ( WavesGame data, WavesGame group ) : void
data WavesGame
group WavesGame
return void

WavesGameComponentDestroyedFilter() protected method

protected WavesGameComponentDestroyedFilter ( WavesGame data ) : void
data WavesGame
return void