GetCameraForward abstract method

Vector3StructType GetCameraForward(
  1. Camera3DStructType camera
)

Returns the forward vector (normalized) of camera.

Implementation

Vector3StructType GetCameraForward(
  Camera3DStructType camera,
);