Package | Description |
---|---|
org.cell2d.space |
Modifier and Type | Method and Description |
---|---|
HUD |
SpaceState.getHUD()
Returns the HUD that is assigned to this SpaceState, or null if there is
none.
|
HUD |
Viewport.getHUD()
Returns the HUD that is assigned to this Viewport, or null if there is
none.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceState.setHUD(HUD hud)
Sets the HUD that is assigned to this SpaceState to the specified one.
|
void |
Viewport.setHUD(HUD hud)
Sets the HUD that is assigned to this Viewport to the specified one.
|