Interface ISerializedCamera
Interface to be implemented by each pipeline to hold the SerializedObject for a Camera Editor
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public interface ISerializedCamera
Properties
| Name | Description |
|---|---|
| allowDynamicResolution | Allow Dynamic resolution property |
| antialiasing | Anti aliasing property |
| baseCameraSettings | The base camera settings |
| clearDepth | Clear Depth property property |
| dithering | Dithering property |
| projectionMatrixMode | The projection matrix mode |
| serializedAdditionalDataObject | The additional camera data serialized |
| serializedObject | The camera serialized |
| stopNaNs | Stop NaNs property |
| volumeLayerMask | Volume layer mask property |
Methods
| Name | Description |
|---|---|
| Apply() | Applies the modified properties to the SerializedObject of the Camera and the Additional Camera Data |
| Refresh() | Refreshes the SerializedProperty of the SerializedObject of the Camera and the Additional Camera Data |
| Update() | Method that updates the SerializedObject of the Camera and the Additional Camera Data |