VisualResponse class

Constructors

VisualResponse.new(Map visualResponseDescription)

Properties

componentProperty String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxNode ↔ Object3D?
getter/setter pair
maxNodeName String?
getter/setter pair
minNode ↔ Object3D?
getter/setter pair
minNodeName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
states List?
getter/setter pair
value double
getter/setter pair
valueNode ↔ Object3D?
getter/setter pair
valueNodeName String?
getter/setter pair
valueNodeProperty String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateFromComponent(Map values) → void
Computes the visual response's interpolation weight based on component state @param {Object} componentValues - The component from which to update @param {number} xAxis - The reported X axis value of the component @param {number} yAxis - The reported Y axis value of the component @param {number} button - The reported value of the component's button @param {string} state - The component's active state

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

normalizeAxes([double? x, double? y]) Map<String, dynamic>