Uses of Enum Class
com.codingame.gameengine.module.entities.ScaleMode
Packages that use ScaleMode
- 
Uses of ScaleMode in com.codingame.gameengine.module.entitiesMethods in com.codingame.gameengine.module.entities that return ScaleModeModifier and TypeMethodDescriptionSpriteBasedEntity.getScaleMode()Returns the scale mode of thisTextureBasedEntity.static ScaleModeReturns 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.