Class StandardImageInputSettings
Regroups settings needed to specify the size of an Image input using a size and an aspect ratio
Namespace: UnityEditor.Recorder.Input
Syntax
public abstract class StandardImageInputSettings : ImageInputSettings
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 |