-
Methods in playn.scene that return Layer.Origin
| Modifier and Type |
Method |
Description |
static Layer.Origin |
Layer.Origin.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Layer.Origin[] |
Layer.Origin.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Methods in playn.scene with parameters of type Layer.Origin
| Modifier and Type |
Method |
Description |
Layer |
Layer.setOrigin(Layer.Origin origin) |
Configures the origin of this layer based on a logical location which is recomputed whenever
the layer changes size.
|