| Package | Description |
|---|---|
| com.almasb.fxgl.entity | |
| com.almasb.fxgl.entity.component |
| Modifier and Type | Method and Description |
|---|---|
static BoundingBoxComponent |
Entities.getBBox(Entity e)
Convenient way to obtain bbox component.
|
BoundingBoxComponent |
GameEntity.getBoundingBoxComponent() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBoxComponent |
BoundingBoxComponent.copy() |
| Modifier and Type | Method and Description |
|---|---|
CollisionResult |
BoundingBoxComponent.checkCollision(BoundingBoxComponent other)
Checks for collision with another bounding box.
|
boolean |
BoundingBoxComponent.isCollidingWith(BoundingBoxComponent other) |
Copyright © 2017. All rights reserved.