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 class
PlayerGameObject
Gameobject that can be spawned by a clientFields in de.coreengine.system declared as GameObject Modifier and Type Field Description protected GameObject
GameObject. parent
Methods in de.coreengine.system with parameters of type GameObject Modifier and Type Method Description void
GameObject. addChild(GameObject child)
Adding a new child game object to the childs and setting this as parentvoid
Scene. addGameObject(GameObject gameObject)
Adding new game object to the root game objectvoid
GameObject. removeChild(GameObject child)
Removing child game object from childsvoid
Scene. 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 class
Animated
class
DayNightCycle
Class that can simulate a day night cycle with skybox, fog and sunclass
FPCamera
Represents a first person camera to walk aroundclass
ShadowBox
class
Simple
Game object of a simple entity, that does nothingclass
TPCamera
Tird 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 class
Button
Class that represents a button in the 2d or 3d worldclass
List
List gui elementclass
NumericUpDown
Class that represents a numeric input fieldclass
TextField
Class 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 class
MovingParticle
class
ParticleSystem
-