Camera.CameraCallback
Delegate type for camera callbacks.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Delegate
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public delegate void Camera.CameraCallback(Camera cam)
Remarks
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.