C# Class HappyFunTimes.HFTSite

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: greggman/hft-unity-gamepad Class Usage Examples

Public Methods

Method Description
Init ( Options options ) : void
Stop ( ) : void

Private Methods

Method Description
CheckAddresses ( ) : IEnumerator
GetIPAddresses ( DNS type ) : string[]
MakeDirectUrl ( string address ) : string

Method Details

Init() public method

public Init ( Options options ) : void
options Options
return void

Stop() public method

public Stop ( ) : void
return void