Class NetStatsMonitorConfiguration
The NetStatsMonitorConfiguration includes all fields required to configure the contents of the RuntimeNetStatsMonitor
Inherited Members
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Syntax
[CreateAssetMenu(fileName = "NetStatsMonitorConfiguration", menuName = "Multiplayer/NetStatsMonitorConfiguration", order = 900)]
public class NetStatsMonitorConfiguration : ScriptableObject
Properties
DisplayElements
List of elements to be rendered by the RuntimeNetStatsMonitor.
Declaration
public List<DisplayElementConfiguration> DisplayElements { get; set; }
Property Value
Type | Description |
---|---|
List<DisplayElementConfiguration> |
Methods
OnConfigurationModified()
Force a configuration reload. This needs to be called if the configuration has been modified at runtime by a script.
Declaration
public void OnConfigurationModified()