position method

void position(
  1. Vector3 pos
)

Implementation

void position(Vector3 pos) {
  this.pos = pos;

  forceUpdate = true;
}