GameEntitySettings

@Serializable
data class GameEntitySettings(val name: String, val isVisible: Boolean = true, val drawGroupId: Int = 0)

Constructors

Link copied to clipboard
constructor(name: String, isVisible: Boolean = true, drawGroupId: Int = 0)

Properties

Link copied to clipboard
val drawGroupId: Int = 0
Link copied to clipboard
val isVisible: Boolean = true
Link copied to clipboard