Class AspectRatioPresets
Asset that stores lists of presets for aspect ratios.
Namespace: Unity.LiveCapture.VirtualCamera
Syntax
public class AspectRatioPresets : ScriptableObject
Properties
AspectRatios
The array of aspect ratio presets.
Declaration
public AspectRatioPreset[] AspectRatios { get; }
Property Value
Type | Description |
---|---|
AspectRatioPreset[] |
Remarks
This will return a new copy of the array.