GeometryEditorInteractionPreview class final

Contains information on the preview of the geometry during interactive editing.

When the editing preview of the GeometryEditor changes, GeometryEditorInteractionPreview is a parameter that previews the changing geometry and the interacted GeometryEditorElement.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
interactionElement GeometryEditorElement
The GeometryEditorElement that is being interacted with or created.
no setter
interactionType GeometryEditorInteractionType
The type of geometry interaction that is occurring.
no setter
previewGeometry Geometry
A geometry previewing the changes made by the current interaction.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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