Class ImageInputSettings
Optional base class for Image related inputs.
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 ImageInputSettings : RecorderInputSettings
Fields
allowTransparency
Declaration
public bool allowTransparency
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
resolution
Declaration
public abstract Vector2 resolution { get; }
Property Value
Type | Description |
---|---|
Vector2 |
supportsTransparent
Declaration
public virtual bool supportsTransparent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |