Show / Hide Table of Contents

Class E_GeoCounter_I

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
GeoCounter
E_GeoCounter_I
Implements
IImplementation
Inherited Members
GeoCounter.Instance
Namespace: WeaverCore.Editor.Implementations
Assembly: WeaverCore.Editor.dll
Syntax
public class E_GeoCounter_I : GeoCounter, IImplementation

Properties

| Edit this page View Source

CurrentlyTakingGeo

Declaration
public override bool CurrentlyTakingGeo { get; }
Property Value
Type Description
bool
Overrides
GeoCounter.CurrentlyTakingGeo
| Edit this page View Source

Geo

Declaration
public override int Geo { get; }
Property Value
Type Description
int
Overrides
GeoCounter.Geo
| Edit this page View Source

GeoText

Declaration
public override string GeoText { get; set; }
Property Value
Type Description
string
Overrides
GeoCounter.GeoText

Methods

| Edit this page View Source

AddGeoToDisplay(int)

Declaration
public override void AddGeoToDisplay(int geo)
Parameters
Type Name Description
int geo
Overrides
GeoCounter.AddGeoToDisplay(int)
| Edit this page View Source

SetDisplayToZero()

Declaration
public override void SetDisplayToZero()
Overrides
GeoCounter.SetDisplayToZero()
| Edit this page View Source

TakeGeoFromDisplay(int)

Declaration
public override void TakeGeoFromDisplay(int geo)
Parameters
Type Name Description
int geo
Overrides
GeoCounter.TakeGeoFromDisplay(int)

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
☀
☾