yaw property

num get yaw

Implementation

num get yaw {
  return $$context$$["yaw"];
}
set yaw (num value)

Implementation

set yaw(num value) {
  $$context$$["yaw"] = value;
}