RotationYawPitchRollToRef static method

void RotationYawPitchRollToRef(
  1. num yaw,
  2. num pitch,
  3. num roll,
  4. Quaternion result,
)

Implementation

external static void RotationYawPitchRollToRef(num yaw, num pitch, num roll, Quaternion result);