public interface CellLayerData
| Modifier and Type | Method and Description |
|---|---|
default boolean |
active()
Check if the layer is active (i.e. has an object)
|
boolean |
flip()
Does the sprite has been flipped ?
|
int |
number()
The object number on the cell
|
int |
rotation()
The rotation value of the sprite
|
@Pure int number()
@Pure int rotation()
@Pure boolean flip()
@Pure default boolean active()
Copyright © 2022. All rights reserved.