Uses of Class
com.codingame.gameengine.module.entities.Group
Package
Description
-
Uses of Group in com.codingame.gameengine.module.entities
Modifier and TypeMethodDescriptionGraphicEntityModule.createGroup
(Entity<?>... entities) Creates a new Group entity, its graphical counterpart will be created on the frame currently being computed. -
Uses of Group in com.codingame.gameengine.module.viewport
Modifier and TypeMethodDescriptionvoid
ViewportModule.createViewport
(Group group) Wraps the given Group in a Viewport.