Class StandardImageInputSettings
Base class that represents a RecorderSetting Input that can be recorded from. (like a Camera, a RenderTexture...)
Inherited Members
Namespace: UnityEditor.Recorder.Input
Assembly: solution.dll
Syntax
[Serializable]
public abstract class StandardImageInputSettings : ImageInputSettings
Properties
| Name | Description | 
|---|---|
| OutputHeight | Stores the output image height.  | 
| OutputWidth | Stores the output image width.  | 
Methods
| Name | Description | 
|---|---|
| CheckForErrors(List<string>) | |
| CheckForWarnings(List<string>) |