Class RenderTextureInputSettings
The settings of a Render Texture input.
Inherited Members
Namespace: UnityEditor.Recorder.Input
Assembly: solution.dll
Syntax
[Serializable]
public class RenderTextureInputSettings : ImageInputSettings
Properties
| Name | Description |
|---|---|
| FlipFinalOutput | Specifies whether to vertically flip the final output or not. |
| InputType | |
| OutputHeight | Stores the output image height. |
| OutputWidth | Stores the output image width. |
| RenderTexture | Indicates the render texture used for the capture. |
Methods
| Name | Description |
|---|---|
| CheckForErrors(List<string>) |