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