Class CinemachinePathBase.Appearance | Cinemachine | 2.5.0
docs.unity3d.com
    Show / Hide Table of Contents

    Class CinemachinePathBase.Appearance

    This class holds the settings that control how the path will appear in the editor scene view. The path is not visible in the game view

    Inheritance
    Object
    CinemachinePathBase.Appearance
    Namespace: Cinemachine
    Syntax
    [DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
    [Serializable]
    public class Appearance

    Fields

    inactivePathColor

    Declaration
    [Tooltip("The color of the path itself when it is inactive in the editor")]
    public Color inactivePathColor
    Field Value
    Type Description
    Color

    pathColor

    Declaration
    [Tooltip("The color of the path itself when it is active in the editor")]
    public Color pathColor
    Field Value
    Type Description
    Color

    width

    Declaration
    [Tooltip("The width of the railroad-tracks that are drawn to represent the path")]
    [Range(0F, 10F)]
    public float width
    Field Value
    Type Description
    Single
    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