setDirection method

TransformNode setDirection(
  1. Vector3 localAxis, [
  2. num yawCor,
  3. num pitchCor,
  4. num rollCor,
])

Implementation

external TransformNode setDirection(Vector3 localAxis, [num yawCor, num pitchCor, num rollCor]);