Show / Hide Table of Contents

Class GeoCounter

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
GeoCounter
E_GeoCounter_I
Implements
IImplementation
Namespace: WeaverCore.Implementations
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
Type Description
bool
| Edit this page View Source

Geo

Declaration
public abstract int Geo { get; }
Property Value
Type Description
int
| Edit this page View Source

GeoText

Declaration
public abstract string GeoText { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Instance

Declaration
public static GeoCounter Instance { get; }
Property Value
Type Description
GeoCounter

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

IImplementation

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
CoroutineUtilities.RunCoroutineWhile<T>(T, IEnumerator, Func<bool>)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾