Class LensAsset
Asset that stores all the parameters needed to model and configure a physical camera lens.
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.LiveCapture.VirtualCamera
Assembly: Unity.LiveCapture.VirtualCamera.dll
Syntax
public class LensAsset : ScriptableObject
Properties
DefaultValues
The default Lens parameters of the current lens asset.
Declaration
public Lens DefaultValues { get; set; }
Property Value
Type | Description |
---|---|
Lens |
Intrinsics
The LensIntrinsics parameters of the current lens asset.
Declaration
public LensIntrinsics Intrinsics { get; set; }
Property Value
Type | Description |
---|---|
LensIntrinsics |
Manufacturer
The manufacturer of the lens.
Declaration
public string Manufacturer { get; set; }
Property Value
Type | Description |
---|---|
string |
Model
The model of lens.
Declaration
public string Model { get; set; }
Property Value
Type | Description |
---|---|
string |