Class E_GeoCounter_I
Inheritance
Object
Component
Behaviour
MonoBehaviour
E_GeoCounter_I
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
Overrides
|
Edit this page
View Source
Geo
Declaration
public override int Geo { get; }
Property Value
Overrides
|
Edit this page
View Source
GeoText
Declaration
public override string GeoText { get; set; }
Property Value
Overrides
Methods
|
Edit this page
View Source
AddGeoToDisplay(int)
Declaration
public override void AddGeoToDisplay(int geo)
Parameters
Type |
Name |
Description |
int |
geo |
|
Overrides
|
Edit this page
View Source
SetDisplayToZero()
Declaration
public override void SetDisplayToZero()
Overrides
|
Edit this page
View Source
TakeGeoFromDisplay(int)
Declaration
public override void TakeGeoFromDisplay(int geo)
Parameters
Type |
Name |
Description |
int |
geo |
|
Overrides
Implements
Extension Methods