Struct AspectRatioPreset
Stores the data of an aspect ratio preset.
Namespace: Unity.LiveCapture.VirtualCamera
Assembly: Unity.LiveCapture.VirtualCamera.dll
Syntax
[Serializable]
public struct AspectRatioPreset
Properties
AspectRatio
The aspect ratio of the preset.
Declaration
public float AspectRatio { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
Name
The name of the preset.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |