docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LineGraphConfiguration

    Configuration for Line Graph specific options.

    Inheritance
    object
    LineGraphConfiguration
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
    Assembly: Unity.Multiplayer.Tools.NetStatsMonitor.Configuration.dll
    Syntax
    [Serializable]
    public sealed class LineGraphConfiguration

    Properties

    LineThickness

    The line thickness for a line graph. By default this is set to one.

    Declaration
    public float LineThickness { get; set; }
    Property Value
    Type Description
    float
    Remarks

    The accepted range for the line thickness is between 1 and 10. If the value goes beyond those value, it will be clamped.

    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)