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