transform method

VxAnimatedBox transform(
  1. Matrix4 val
)

transforming

Sets the transform property to the animated box.

Implementation

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