Class DelayFlowAwaiter
- Namespace
- FriedSynapse.FlowEnt
Flow awaiter that uses a will delay for a certain amount of time.
public class DelayFlowAwaiter : AbstractFlowAwaiter
- Inheritance
-
DelayFlowAwaiter
- Inherited Members
- Extension Methods
Constructors
DelayFlowAwaiter(float)
public DelayFlowAwaiter(float delay)
Parameters
delay
float
Properties
Overdraft
public float Overdraft { get; }
Property Value
Methods
ResetInternal()
protected override void ResetInternal()
ShouldWait(float)
Decides weather the flow should wait for this awaiter or not.
protected override bool ShouldWait(float deltaTime)
Parameters
deltaTime
floatCurrent frame delta time.
Returns
- bool
If True the flow will wait. Otherwise the flow will continue