GetCameraUp method

Vector3C GetCameraUp(
  1. Pointer<Camera3DC> camera
)

Implementation

Vector3C GetCameraUp(Pointer<Camera3DC> camera) {
  return _GetCameraUp(camera);
}