RendererPluginManager class
Coordinates lifecycle hooks for interactive plugins.
Constructors
-
RendererPluginManager([List<
InteractivePlugin> ? plugins])
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPlugins → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
attach(
RendererCore renderer) → void -
handleMove(
RendererCore renderer, ScaleUpdateDetails details, double x, double y) → void -
handleScale(
RendererCore renderer, ScaleUpdateDetails details, double scale) → void -
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