HapticDirection class

A structure that contains a haptic direction.

Constructors

HapticDirection(HapticDirectionType type, {int? x, int? y, int? z})
Create an instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type HapticDirectionType
The type of this direction.
final
x int?
The x coordinate of the encoded direction.
getter/setter pair
y int?
The y coordinate of the encoded direction.
getter/setter pair
z int?
The z coordinate of the encoded direction.
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

Operators

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