C# Class HttpApi.ZoneApi

Inheritance: MonoBehaviour
Datei anzeigen Open project: gamemachine/gamemachine

Public Properties

Property Type Description
instance ZoneApi

Public Methods

Method Description
GetZones ( IZoneApi caller ) : void
GetZonesRoutine ( IZoneApi caller ) : IEnumerator
SetZone ( string zone, Action callback ) : void
SetZoneRoutine ( string zoneName, Action callback ) : IEnumerator

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void

Method Details

GetZones() public method

public GetZones ( IZoneApi caller ) : void
caller IZoneApi
return void

GetZonesRoutine() public method

public GetZonesRoutine ( IZoneApi caller ) : IEnumerator
caller IZoneApi
return IEnumerator

SetZone() public method

public SetZone ( string zone, Action callback ) : void
zone string
callback Action
return void

SetZoneRoutine() public method

public SetZoneRoutine ( string zoneName, Action callback ) : IEnumerator
zoneName string
callback Action
return IEnumerator

Property Details

instance public_oe static_oe property

public static ZoneApi,HttpApi instance
return ZoneApi