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 |
---|---|
Output |
Stores the output image height. |
Output |
Stores the output image width. |
Record |
This property indicates that the alpha channel should be grabbed from the GPU. |
Supports |
Indicates if derived classes support transparency. |