Class SensorPresets
Asset that stores lists of presets for sensor sizes.
Inherited Members
Namespace: Unity.LiveCapture .VirtualCamera
Assembly: Unity.LiveCapture.VirtualCamera.dll
Syntax
[CreateAssetMenu(fileName = "Sensor Presets", menuName = "Live Capture/Virtual Camera/Sensor Presets", order = 1)]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.live-capture@4.0/manual/ref-asset-sensor-presets.html")]
[ExcludeFromPreset]
public class SensorPresets : ScriptableObject
Properties
Sensors
The array of sensor size presets.
Declaration
public SensorPreset[] Sensors { get; }
Property Value
Type | Description |
---|---|
Sensor |
Remarks
This will return a new copy of the array.