Struct AxisBase | Cinemachine | 2.5.0
docs.unity3d.com
    Show / Hide Table of Contents

    Struct AxisBase

    Namespace: Cinemachine
    Syntax
    [Serializable]
    public struct AxisBase

    Fields

    m_MaxValue

    The maximum value for the axis

    Declaration
    [Tooltip("The maximum value for the axis")]
    public float m_MaxValue
    Field Value
    Type Description
    Single

    m_MinValue

    The minimum value for the axis

    Declaration
    [Tooltip("The minimum value for the axis")]
    public float m_MinValue
    Field Value
    Type Description
    Single

    m_Value

    The current value of the axis

    Declaration
    [Tooltip("The current value of the axis.")]
    public float m_Value
    Field Value
    Type Description
    Single

    m_Wrap

    If checked, then the axis will wrap around at the min/max values, forming a loop

    Declaration
    [Tooltip("If checked, then the axis will wrap around at the min/max values, forming a loop")]
    public bool m_Wrap
    Field Value
    Type Description
    Boolean

    Methods

    Validate()

    Declaration
    public void Validate()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023