Struct CinemachineFreeLookModifier.TopBottomRigs<T>
Helper struct to hold settings for Top, Middle, and Bottom orbits.
Inherited Members
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
[Serializable]
public struct CinemachineFreeLookModifier.TopBottomRigs<T>
  Type Parameters
| Name | Description | 
|---|---|
| T | The type of the object whose value is held.  | 
      
Fields
Bottom
Settings for bottom orbit
Declaration
[Tooltip("Value to take at the bottom of the axis range")]
public T Bottom
  Field Value
| Type | Description | 
|---|---|
| T | 
Top
Settings for top orbit
Declaration
[Tooltip("Value to take at the top of the axis range")]
public T Top
  Field Value
| Type | Description | 
|---|---|
| T |