Class StandardImageInputSettings
Regroups settings needed to specify the size of an Image input using a size and an aspect ratio
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.Recorder.Input
Syntax
public abstract class StandardImageInputSettings : ImageInputSettings
Constructors
StandardImageInputSettings()
Declaration
protected StandardImageInputSettings()
Fields
outputAspect
Declaration
public ImageAspect outputAspect
Field Value
Type | Description |
---|---|
ImageAspect |
outputHeight
Declaration
public ImageHeight outputHeight
Field Value
Type | Description |
---|---|
ImageHeight |
Properties
resolution
Declaration
public override Vector2 resolution { get; }
Property Value
Type | Description |
---|---|
Vector2 |