setTransform method

void setTransform(
  1. Matrix4 value
)

Implementation

void setTransform(Matrix4 value) {
  transform = value;
  _notify;
}