Class PositionConfiguration
Configuration for the position of the RuntimeNetStatsMonitor on screen
Inherited Members
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Assembly: solution.dll
Syntax
[Serializable]
public class PositionConfiguration
Properties
| Name | Description |
|---|---|
| OverridePosition | If enabled, the position here will override the position set by the USS styling. Disable this options if you would like to use the position from the USS styling instead. |
| PositionLeftToRight | The position of the Net Stats Monitor from left to right in the range from 0 to 1. 0 is flush left, 0.5 is centered, and 1 is flush right. |
| PositionTopToBottom | The position of the Net Stats Monitor from top to bottom in the range from 0 to 1. 0 is flush to the top, 0.5 is centered, and 1 is flush to the bottom. |