docs.unity3d.com
    Show / Hide Table of Contents

    Class LineGraphConfiguration

    Configuration for Line Graph specific options.

    Inheritance
    Object
    LineGraphConfiguration
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
    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
    Single
    Remarks

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

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 October 2023