Class NetStatsMonitorConfiguration
The NetStatsMonitorConfiguration includes all fields required to configure the contents of the RuntimeNetStatsMonitor
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Assembly: Unity.Multiplayer.Tools.NetStatsMonitor.Configuration.dll
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()