|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorldEntity | |
---|---|
es.ucm.look.ar.listeners | |
es.ucm.look.data |
Uses of WorldEntity in es.ucm.look.ar.listeners |
---|
Methods in es.ucm.look.ar.listeners with parameters of type WorldEntity | |
---|---|
void |
CameraListener.onCameraEntered(WorldEntity entity)
Called when camera points directly to the object |
void |
CameraListener.onCameraExited(WorldEntity entity)
Called when camera points to somewhere else after point this object |
boolean |
TouchListener.onTouchDown(WorldEntity e,
float x,
float y)
Called on touch down event |
boolean |
TouchListener.onTouchMove(WorldEntity e,
float x,
float y)
Called on touch move event |
boolean |
TouchListener.onTouchUp(WorldEntity e,
float x,
float y)
Called on touch up event |
Uses of WorldEntity in es.ucm.look.data |
---|
Methods in es.ucm.look.data that return WorldEntity | |
---|---|
WorldEntity |
WorldEntityFactory.createWorldEntity(EntityData data)
Creates a world entity for the given data |
WorldEntity |
World.getWorldEntity(int id)
Returns the entity for the given id |
Methods in es.ucm.look.data that return types with arguments of type WorldEntity | |
---|---|
java.util.Collection<WorldEntity> |
World.getWorldEntities()
Returns the world entities |
Methods in es.ucm.look.data with parameters of type WorldEntity | |
---|---|
void |
World.addEntity(WorldEntity e)
Adds an entity to the world |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |