SpineWidgetController constructor
SpineWidgetController({
- void onInitialized(
- SpineWidgetController controller
- void onBeforeUpdateWorldTransforms(
- SpineWidgetController controller
- void onAfterUpdateWorldTransforms(
- SpineWidgetController controller
- void onBeforePaint(
- SpineWidgetController controller,
- Canvas canvas
- void onAfterPaint(
- SpineWidgetController controller,
- Canvas canvas,
- List<
RenderCommand> commands
Constructs a new SpineWidget controller. See the class documentation of SpineWidgetController for information on the optional arguments.
Implementation
SpineWidgetController(
{this.onInitialized, this.onBeforeUpdateWorldTransforms, this.onAfterUpdateWorldTransforms, this.onBeforePaint, this.onAfterPaint});