C# Class HappyFunTimes.HFTCheck

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: greggman/hft-unity-gamepad Class Usage Examples

Méthodes publiques

Méthode Description
Init ( string url, System.Action onConnect, System.Action onFail ) : void

Private Methods

Méthode Description
CheckForHFT ( ) : IEnumerator
PingHFT ( ) : IEnumerator

Method Details

Init() public méthode

public Init ( string url, System.Action onConnect, System.Action onFail ) : void
url string
onConnect System.Action
onFail System.Action
Résultat void