forward property
The world-space direction the camera looks along (unit length).
Implementation
@override
Vector3 get forward => (target - position).normalized();
The world-space direction the camera looks along (unit length).
@override
Vector3 get forward => (target - position).normalized();