ComponentStateFacet

class ComponentStateFacet(name: String, value: Int)

Defines a single facet of core and custom ComponentStates. See Javadocs of the ComponentState class for more information on state facets.

Constructors

Link copied to clipboard
fun ComponentStateFacet(name: String, value: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
var name: String
Link copied to clipboard
var value: Int