Uses of Enum Class
com.codingame.gameengine.module.entities.ScaleMode
-
Uses of ScaleMode in com.codingame.gameengine.module.entities
Modifier 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.Modifier and TypeMethodDescriptionSpriteBasedEntity.setScaleMode
(ScaleMode scaleMode) Sets the scale mode of thisTextureBasedEntity
.