Class SensorPresets
Asset that stores lists of presets for sensor sizes.
Namespace: Unity.LiveCapture.VirtualCamera
Syntax
public class SensorPresets : ScriptableObject
Properties
Sensors
The array of sensor size presets.
Declaration
public SensorPreset[] Sensors { get; }
Property Value
Type | Description |
---|---|
SensorPreset[] |
Remarks
This will return a new copy of the array.