addToRef method

Vector3 addToRef(
  1. Vector3 otherVector,
  2. Vector3 result
)

Implementation

external Vector3 addToRef(Vector3 otherVector, Vector3 result);