C# Class uFrameECSDemo.UISystem

Inheritance: UISystemBase
Show file Open project: InvertGames/uFrameECSDemo

Public Methods

Method Description
UISystem ( ) : System

Protected Methods

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

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

SetScoreLabel() protected method

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

UISystem() public method

public UISystem ( ) : System
return System

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