RawThemeState¶
@Serializable
data class RawThemeState(
val texture: String? = null,
val textureSize: Size? = null,
val u: Int? = null,
val v: Int? = null,
val width: Int? = null,
val height: Int? = null,
val uWidthSnake: Int? = null,
val vHeightSnake: Int? = null,
val uWidth: Int? = null,
val vHeight: Int? = null
)
Raw JSON shape of a single theme state; fields left null inherit from the state's "default" entry.
Constructors¶
RawThemeState¶
Properties¶
height¶
texture¶
textureSize¶
@SerialName
(value = "texture_size")val textureSize: Size?
u¶
uWidth¶
uWidthSnake¶
@SerialName
(value = "u_width")val uWidthSnake: Int?
v¶
vHeight¶
vHeightSnake¶
@SerialName
(value = "v_height")val vHeightSnake: Int?