Struct AxisBase
상속된 멤버
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[Serializable]
public struct AxisBase
필드
| 이름 | 설명 |
|---|---|
| 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 |
메서드
| 이름 | 설명 |
|---|---|
| Validate() |