update method

dynamic update([
  1. dynamic frame
])
override

Implementation

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