Class LineGraphConfiguration
Configuration for Line Graph specific options.
Inherited Members
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.