C# Class UnityEngine.Networking.NetworkManagerHUD

Inheritance: MonoBehaviour
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
manager NetworkManager

Private Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void
Update ( ) : void

Property Details

manager public property

The NetworkManager associated with this HUD.

public NetworkManager,UnityEngine.Networking manager
return NetworkManager