transform method

VxBox transform(
  1. Matrix4 val
)

transforming

Sets the transform property to the animated box.

Implementation

VxBox transform(Matrix4 val) => this.._transform = val;