LensSettingsPropertyAttribute Class

Cinemachine

LensSettingsPropertyAttribute Class

Property applied to LensSettings. Used for custom drawing in the inspector.
Inheritance Hierarchy
SystemObject  SystemAttribute
    PropertyAttribute
      CinemachineLensSettingsPropertyAttribute

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public sealed class LensSettingsPropertyAttribute : PropertyAttribute
Cinemachine.LensSettingsPropertyAttribute = function();

Type.createClass(
	'Cinemachine.LensSettingsPropertyAttribute',
	UnityEngine.PropertyAttribute);

The LensSettingsPropertyAttribute type exposes the following members.

Constructors
See Also