setViewTransform abstract method

void setViewTransform(
  1. Mat2D viewTransform
)

Relays the information regarding the global Flutter viewTransform matrix of the FlareActor this controller is attached to.

Implementation

void setViewTransform(Mat2D viewTransform);