C# Class TextElement

Inheritance: ScreenElement
Datei anzeigen Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Methods

Method Description
Hide ( ) : void
Set ( ) : void
Show ( ) : void

Protected Methods

Method Description
setReferences ( ) : void
subscribeEvents ( ) : void
unsubscribeEvents ( ) : void

Private Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void

Method Details

Hide() public abstract method

public abstract Hide ( ) : void
return void

Set() public abstract method

public abstract Set ( ) : void
return void

Show() public abstract method

public abstract Show ( ) : void
return void

setReferences() protected abstract method

protected abstract setReferences ( ) : void
return void

subscribeEvents() protected abstract method

protected abstract subscribeEvents ( ) : void
return void

unsubscribeEvents() protected abstract method

protected abstract unsubscribeEvents ( ) : void
return void