Class GeoCounter
Inheritance
Object
Component
Behaviour
MonoBehaviour
GeoCounter
Assembly: WeaverCore.dll
Syntax
public abstract class GeoCounter : MonoBehaviour, IImplementation
Properties
|
Edit this page
View Source
CurrentlyTakingGeo
Declaration
public abstract bool CurrentlyTakingGeo { get; }
Property Value
|
Edit this page
View Source
Geo
Declaration
public abstract int Geo { get; }
Property Value
|
Edit this page
View Source
GeoText
Declaration
public abstract string GeoText { get; set; }
Property Value
|
Edit this page
View Source
Instance
Declaration
public static GeoCounter Instance { get; }
Property Value
Methods
|
Edit this page
View Source
AddGeoToDisplay(int)
Declaration
public abstract void AddGeoToDisplay(int geo)
Parameters
Type |
Name |
Description |
int |
geo |
|
|
Edit this page
View Source
SetDisplayToZero()
Declaration
public abstract void SetDisplayToZero()
|
Edit this page
View Source
TakeGeoFromDisplay(int)
Declaration
public abstract void TakeGeoFromDisplay(int geo)
Parameters
Type |
Name |
Description |
int |
geo |
|
Implements
Extension Methods