FloType

data class FloType(var color: Int = 0, var texture: Int = -1, var blendColor: Int = -1)

Constructors

Link copied to clipboard
constructor(color: Int = 0, texture: Int = -1, blendColor: Int = -1)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
var color: Int
Link copied to clipboard