docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct Cinemachine3OrbitRig.Settings

    Settings to define the 3-orbit FreeLook rig using OrbitalFollow.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cinemachine
    Assembly: Unity.Cinemachine.dll
    Syntax
    [Serializable]
    public struct Cinemachine3OrbitRig.Settings

    Fields

    Bottom

    Value to take at the bottom of the axis range

    Declaration
    [Tooltip("Value to take at the bottom of the axis range")]
    public Cinemachine3OrbitRig.Orbit Bottom
    Field Value
    Type Description
    Cinemachine3OrbitRig.Orbit

    Center

    Value to take at the center of the axis range

    Declaration
    [Tooltip("Value to take at the center of the axis range")]
    public Cinemachine3OrbitRig.Orbit Center
    Field Value
    Type Description
    Cinemachine3OrbitRig.Orbit

    SplineCurvature

    Controls how taut is the line that connects the rigs' orbits, which determines final placement on the Y axis

    Declaration
    [Tooltip("Controls how taut is the line that connects the rigs' orbits, which determines final placement on the Y axis")]
    [Range(0, 1)]
    public float SplineCurvature
    Field Value
    Type Description
    float

    Top

    Value to take at the top of the axis range

    Declaration
    [Tooltip("Value to take at the top of the axis range")]
    public Cinemachine3OrbitRig.Orbit Top
    Field Value
    Type Description
    Cinemachine3OrbitRig.Orbit

    Properties

    Default

    Default orbit rig

    Declaration
    public static Cinemachine3OrbitRig.Settings Default { get; }
    Property Value
    Type Description
    Cinemachine3OrbitRig.Settings
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)