| Package | Description |
|---|---|
| com.almasb.fxgl.entity | |
| com.almasb.fxgl.entity.animation |
| Modifier and Type | Method and Description |
|---|---|
GameEntity |
Entities.GameEntityBuilder.build()
Finishes building entity.
|
GameEntity |
Entities.GameEntityBuilder.buildAndAttach(GameWorld world)
Finishes building the entity and attaches it to given world.
|
| Modifier and Type | Method and Description |
|---|---|
double |
GameEntity.distance(GameEntity other) |
boolean |
GameEntity.isColliding(GameEntity other) |
| Modifier and Type | Method and Description |
|---|---|
RotationAnimationBuilder |
AnimationBuilder.rotate(GameEntity... entities) |
ScaleAnimationBuilder |
AnimationBuilder.scale(GameEntity... entities) |
TranslationAnimationBuilder |
AnimationBuilder.translate(GameEntity... entities) |
| Modifier and Type | Method and Description |
|---|---|
RotationAnimationBuilder |
AnimationBuilder.rotate(List<GameEntity> entities) |
Copyright © 2017. All rights reserved.