ImageLayout
class ImageLayout(val image: HudImage, val color: TextColor, val location: ImageLocation, val scale: Double, val outline: Boolean, val layer: Int, val follow: String?, val conditions: ConditionBuilder)
Constructors
Link copied to clipboard
constructor(image: HudImage, color: TextColor, location: ImageLocation, scale: Double, outline: Boolean, layer: Int, follow: String?, conditions: ConditionBuilder)