Class RenderTextureInputSettings
Inheritance
System.Object
RenderTextureInputSettings
Syntax
[Serializable]
public class RenderTextureInputSettings : ImageInputSettings
Fields
flipFinalOutput
Declaration
public bool flipFinalOutput
Field Value
Type |
Description |
System.Boolean |
|
renderTexture
Declaration
public RenderTexture renderTexture
Field Value
Type |
Description |
RenderTexture |
|
Properties
outputHeight
Declaration
public override int outputHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
outputWidth
Declaration
public override int outputWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides