Uses of Class
de.coreengine.system.GameObject
-
Packages that use GameObject Package Description de.coreengine.system de.coreengine.system.gameObjects de.coreengine.system.gameObjects.gui de.coreengine.system.gameObjects.particle -
-
Uses of GameObject in de.coreengine.system
Subclasses of GameObject in de.coreengine.system Modifier and Type Class Description classPlayerGameObjectGameobject that can be spawned by a clientFields in de.coreengine.system declared as GameObject Modifier and Type Field Description protected GameObjectGameObject. parentMethods in de.coreengine.system with parameters of type GameObject Modifier and Type Method Description voidGameObject. addChild(GameObject child)Adding a new child game object to the childs and setting this as parentvoidScene. addGameObject(GameObject gameObject)Adding new game object to the root game objectvoidGameObject. removeChild(GameObject child)Removing child game object from childsvoidScene. removeGameObject(GameObject gameObject)Removing game object from the root game object -
Uses of GameObject in de.coreengine.system.gameObjects
Subclasses of GameObject in de.coreengine.system.gameObjects Modifier and Type Class Description classAnimatedclassDayNightCycleClass that can simulate a day night cycle with skybox, fog and sunclassFPCameraRepresents a first person camera to walk aroundclassShadowBoxclassSimpleGame object of a simple entity, that does nothingclassTPCameraTird person camera game object -
Uses of GameObject in de.coreengine.system.gameObjects.gui
Subclasses of GameObject in de.coreengine.system.gameObjects.gui Modifier and Type Class Description classButtonClass that represents a button in the 2d or 3d worldclassListList gui elementclassNumericUpDownClass that represents a numeric input fieldclassTextFieldClass that represents a textfield in the 2d or 3d world -
Uses of GameObject in de.coreengine.system.gameObjects.particle
Subclasses of GameObject in de.coreengine.system.gameObjects.particle Modifier and Type Class Description classMovingParticleclassParticleSystem
-