C# Class HappyFunTimes.HFTCheck

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: greggman/hft-unity-gamepad Class Usage Examples

Public Methods

Method Description
Init ( string url, System.Action onConnect, System.Action onFail ) : void

Private Methods

Method Description
CheckForHFT ( ) : IEnumerator
PingHFT ( ) : IEnumerator

Method Details

Init() public method

public Init ( string url, System.Action onConnect, System.Action onFail ) : void
url string
onConnect System.Action
onFail System.Action
return void