forward property

Vector3 get forward

The forward direction relative to the camera.

Implementation

Vector3 get forward => target - position;