update method

dynamic update([
  1. dynamic frame
])

Implementation

update([frame]) {
  this.skinnedMesh.skeleton.update();
}