C# Class AWebCoroutine, tf_client

Show file Open project: wids-eria/tf_client Class Usage Examples

Public Properties

Property Type Description
OnComplete Action
Request HTTP.Request
cancelled bool

Protected Properties

Property Type Description
isDone bool

Public Methods

Method Description
AWebCoroutine ( ) : UnityEngine

Protected Methods

Method Description
BroadcastOnComplete ( ) : void
OnStart ( ) : void
SignalSystemBusy ( ) : void
SignalSystemIdle ( ) : void

Method Details

AWebCoroutine() public method

public AWebCoroutine ( ) : UnityEngine
return UnityEngine

BroadcastOnComplete() protected method

protected BroadcastOnComplete ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

SignalSystemBusy() protected method

protected SignalSystemBusy ( ) : void
return void

SignalSystemIdle() protected method

protected SignalSystemIdle ( ) : void
return void

Property Details

OnComplete public property

public Action OnComplete
return Action

Request public property

public Request,HTTP Request
return HTTP.Request

cancelled public property

public bool cancelled
return bool

isDone protected property

protected bool isDone
return bool