Uses of Class
com.codingame.gameengine.module.entities.Group
Packages that use Group
Package
Description
-
Uses of Group in com.codingame.gameengine.module.entities
Methods in com.codingame.gameengine.module.entities that return GroupModifier 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
Methods in com.codingame.gameengine.module.viewport with parameters of type GroupModifier and TypeMethodDescriptionvoid
ViewportModule.createViewport
(Group group) Wraps the given Group in a Viewport.