public class Hud extends FeaturableModel
Selector
and menus handling.Modifier and Type | Field and Description |
---|---|
protected Selector |
selector
Selector reference.
|
protected SpriteAnimated |
surface
Hud surface.
|
Constructor and Description |
---|
Hud(Services services,
Setup setup)
Create the HUD.
|
Modifier and Type | Method and Description |
---|---|
void |
checkListener(Object listener)
Check object interface listening and add them automatically.
|
addFeature, addFeatureAndGet, clearCache, getFeature, getFeatures, getFeaturesType, getMedia, hasFeature
protected final Selector selector
protected final SpriteAnimated surface
public void checkListener(Object listener)
FeaturableModel
Feature
provide listeners, this will
allow to add them automatically.
Does nothing by default.
checkListener
in interface Featurable
checkListener
in class FeaturableModel
listener
- The listener to check.Copyright © 2017 Byron 3D Games Studio. All rights reserved.