State

Description An AtkState describes a component's particular state. The actual state of an component is described by its AtkStateSet, which is a set of AtkStates.

Members

Static functions

typeForName
AtkStateType typeForName(string name)

Gets the AtkStateType corresponding to the description string name.

typeGetName
string typeGetName(AtkStateType type)

Gets the description string describing the AtkStateType type.

typeRegister
AtkStateType typeRegister(string name)

Register a new object state.

Meta