mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Make NetworkPingDisplay's width & height configurable (#3196)
This commit is contained in:
parent
88825e45d5
commit
8d1061089b
@ -13,8 +13,8 @@ public class NetworkPingDisplay : MonoBehaviour
|
|||||||
{
|
{
|
||||||
public Color color = Color.white;
|
public Color color = Color.white;
|
||||||
public int padding = 2;
|
public int padding = 2;
|
||||||
int width = 150;
|
public int width = 150;
|
||||||
int height = 25;
|
public int height = 25;
|
||||||
|
|
||||||
void OnGUI()
|
void OnGUI()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user