Uses of Class
io.github.espressoengine.object.Object
Packages that use Object
Package
Description
-
Uses of Object in io.github.espressoengine
Fields in io.github.espressoengine with type parameters of type ObjectMethods in io.github.espressoengine with parameters of type ObjectModifier and TypeMethodDescriptionvoid
Adds an object to the scene (by adding it to a queue of objects to add toScene.objects
when the scene next updates).void
Removes an object from the scene (by adding it to a queue of objects to remove fromScene.objects
when the scene next updates). -
Uses of Object in io.github.espressoengine.object
Subclasses of Object in io.github.espressoengine.object -
Uses of Object in io.github.espressoengine.physics
Fields in io.github.espressoengine.physics declared as ObjectConstructors in io.github.espressoengine.physics with parameters of type Object