Struct AxisBase
Inherited Members
Namespace: Cinemachine
Assembly: solution.dll
Syntax
[Serializable]
public struct AxisBase
Fields
Name | Description |
---|---|
m_MaxValue | The maximum value for the axis |
m_MinValue | The minimum value for the axis |
m_Value | The current value of the axis |
m_Wrap | If checked, then the axis will wrap around at the min/max values, forming a loop |
Methods
Name | Description |
---|---|
Validate() |