- UI_DEPTH - Static variable in class com.domain.project.core.Const
-
- unMap() - Method in class com.domain.project.core.graph.Node
-
Removes the existing mapping from this node to the given node
Note : If used on a node with no mapping will cause a NullPointerException
- UNMAP_BUTTON_IMAGE - Static variable in class com.domain.project.core.Const
-
- UNMAP_BUTTON_X - Static variable in class com.domain.project.core.Const
-
- UNMAP_BUTTON_Y - Static variable in class com.domain.project.core.Const
-
- update(float) - Method in class com.domain.project.core.Environment
-
- update(float) - Method in class com.domain.project.core.GameLoop
-
All the updates to the game logic should be called here.
- UPDATE_RATE - Static variable in class com.domain.project.core.Const
-
- updateAll() - Method in class com.domain.project.core.graph.Graph
-
updates all the positions of the nodes and edges in the graph
- updateRate() - Method in class com.domain.project.core.GameLoop
-
Return the update rate of the main game loop, in ms.