Uses of Enum Class
com.codingame.gameengine.module.entities.ScaleMode
Packages that use ScaleMode
-
Uses of ScaleMode in com.codingame.gameengine.module.entities
Methods in com.codingame.gameengine.module.entities that return ScaleModeModifier and TypeMethodDescriptionSpriteBasedEntity.getScaleMode()
Returns the scale mode of thisTextureBasedEntity
.static ScaleMode
Returns the enum constant of this class with the specified name.static ScaleMode[]
ScaleMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.codingame.gameengine.module.entities with parameters of type ScaleModeModifier and TypeMethodDescriptionSpriteBasedEntity.setScaleMode
(ScaleMode scaleMode) Sets the scale mode of thisTextureBasedEntity
.