Class Flow
Inheritance
System.Object
Flow
Assembly: Eco.Gameplay.dll
Syntax
public class Flow : Object
Constructors
Flow()
Declaration
Fields
Average
Declaration
Field Value
Type |
Description |
System.Single |
|
Item
Declaration
Field Value
Properties
CurrentItem
Declaration
public Item CurrentItem { get; }
Property Value
CurrentValue
Declaration
public float CurrentValue { get; }
Property Value
Type |
Description |
System.Single |
|
Methods
Recalculate(Double)
Declaration
public bool Recalculate(double timePassed)
Parameters
Type |
Name |
Description |
System.Double |
timePassed |
|
Returns
Type |
Description |
System.Boolean |
|
Track(PipePayload)
Declaration
public void Track(PipePayload payload)
Parameters
Extension Methods