UArOrbit constructor

const UArOrbit({
  1. double yaw = 30,
  2. double pitch = 15,
  3. double distance = 1.5,
  4. UArVector3 target = UArVector3.zero,
  5. double fov = 45,
})

Implementation

const UArOrbit({this.yaw = 30, this.pitch = 15, this.distance = 1.5, this.target = UArVector3.zero, this.fov = 45});