This version of Unity is unsupported.

Camera.CameraCallback

Switch to Manual
public delegate void CameraCallback(Camera cam);

Description

Delegate type for camera callbacks.

Use this with Camera.onPreCull, Camera.onPreRender or Camera.onPostRender to get callbacks when any camera does rendering.

Camera that invokes the callback will be passed as the argument.

See Also: onPreCull, onPreRender, onPostRender.