C# 클래스 HappyFunTimes.HFTSite.Informer

파일 보기 프로젝트 열기: greggman/hft-unity-gamepad

공개 메소드들

메소드 설명
Inform ( bool haveNewAddresses, MonoBehaviour monoBehaviour, byte addressBytes, string addressesStr ) : void
Informer ( HFTLog log, SharedState sharedState, string url, string domain ) : System
Stop ( MonoBehaviour monoBehaviour ) : void

비공개 메소드들

메소드 설명
InformCoroutine ( ) : IEnumerator

메소드 상세

Inform() 공개 메소드

public Inform ( bool haveNewAddresses, MonoBehaviour monoBehaviour, byte addressBytes, string addressesStr ) : void
haveNewAddresses bool
monoBehaviour UnityEngine.MonoBehaviour
addressBytes byte
addressesStr string
리턴 void

Informer() 공개 메소드

public Informer ( HFTLog log, SharedState sharedState, string url, string domain ) : System
log HFTLog
sharedState SharedState
url string
domain string
리턴 System

Stop() 공개 메소드

public Stop ( MonoBehaviour monoBehaviour ) : void
monoBehaviour UnityEngine.MonoBehaviour
리턴 void