C# Class NetStorage, unity-tracker

Inheritance: Storage
ファイルを表示 Open project: e-ucm/unity-tracker Class Usage Examples

Public Methods

Method Description
IsAvailable ( ) : bool
NetStorage ( MonoBehaviour behaviour, string host, string trackingCode ) : System

Send ( String data, Net, flushListener ) : void
SetTracker ( Tracker, tracker ) : void
Start ( Net, startListener ) : void

Private Methods

Method Description
SetAuthToken ( string authToken ) : void
WaitForRequest ( WWW www ) : IEnumerator

Method Details

IsAvailable() public method

public IsAvailable ( ) : bool
return bool

NetStorage() public method

public NetStorage ( MonoBehaviour behaviour, string host, string trackingCode ) : System
behaviour MonoBehaviour
host string Host of the collector server.
trackingCode string Tracking code for the game.
return System

Send() public method

public Send ( String data, Net, flushListener ) : void
data String
flushListener Net,
return void

SetTracker() public method

public SetTracker ( Tracker, tracker ) : void
tracker Tracker,
return void

Start() public method

public Start ( Net, startListener ) : void
startListener Net,
return void