Class CameraSwitcher
Utility component allowing users to setup many different static camera and cycle through their positions using the Debug Window.
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Rendering
Syntax
[CoreRPHelpURL("Camera-Switcher", "com.unity.render-pipelines.core", "")]
public class CameraSwitcher : MonoBehaviour
Fields
m_Cameras
List of target cameras.
Declaration
public Camera[] m_Cameras
Field Value
Type | Description |
---|---|
Camera[] |