Struct CinemachineLensPresets.PhysicalPreset
Physical Lens Preset
Namespace: Cinemachine.Editor
Syntax
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
[Serializable]
public struct PhysicalPreset
Fields
LensShift
Position of the gate relative to the film back
Declaration
public Vector2 LensShift
Field Value
Type | Description |
---|---|
Vector2 |
m_FocalLength
This is the camera focal length in mm
Declaration
[Tooltip("This is the camera focal length in mm")]
public float m_FocalLength
Field Value
Type | Description |
---|---|
Single |
m_Name
Name of the preset
Declaration
[Tooltip("Lens Name")]
public string m_Name
Field Value
Type | Description |
---|---|
String |