Uses of Enum Class
playn.scene.Layer.Origin
-
Uses of Layer.Origin in playn.scene
Methods in playn.scene that return Layer.OriginModifier and TypeMethodDescriptionstatic Layer.OriginReturns the enum constant of this class with the specified name.static Layer.Origin[]Layer.Origin.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in playn.scene with parameters of type Layer.OriginModifier and TypeMethodDescriptionLayer.setOrigin(Layer.Origin origin) Configures the origin of this layer based on a logical location which is recomputed whenever the layer changes size.