Class ImageInputSettings
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
public abstract class ImageInputSettings : RecorderInputSettings
Properties
| Name | Description |
|---|---|
| OutputHeight | Stores the output image height. |
| OutputWidth | Stores the output image width. |
| RecordTransparency | This property indicates that the alpha channel should be grabbed from the GPU. |
| SupportsTransparent | Indicates if derived classes support transparency. |