Class RenderTextureInputSettings
Inheritance
RenderTextureInputSettings
Syntax
[Serializable]
public class RenderTextureInputSettings : ImageInputSettings
Properties
FlipFinalOutput
Use this property if you need to vertically flip the final output.
Declaration
public bool FlipFinalOutput { get; set; }
Property Value
InputType
Declaration
protected override Type InputType { get; }
Property Value
Overrides
OutputHeight
Stores the output image height.
Declaration
public override int OutputHeight { get; set; }
Property Value
Overrides
OutputWidth
Stores the output image width.
Declaration
public override int OutputWidth { get; set; }
Property Value
Overrides
RenderTexture
Indicates the render texture used for the capture.
Declaration
public RenderTexture RenderTexture { get; set; }
Property Value
Type |
Description |
RenderTexture |
|
Methods
ValidityCheck(List<String>)
Declaration
protected override bool ValidityCheck(List<string> errors)
Parameters
Returns
Overrides