Class IntBlockPropertyBeta

Contains the state of an integer-based property for a BlockPermutation.

Hierarchy

Constructors

Properties

Constructors

Properties

name: string

The name of this property.

validValues: number[]

A list of valid values for this particular property.

value: number

The current value of this property.

Throws

Setting this property can throw if the value passed is not valid for the property. Use validValues to check allowed values.