Table of Contents

Struct LastFixedRunTimeSecond

Namespace
Cobilas.GodotEngine.Utility
Assembly
com.cobilas.godot.utility.dll

This class represents a delay in seconds to methods that return IEnumerator and use the keyword Yield.

This class is performed in the _PhysicsProcess(float).

This class allows the corrotine to be called after the methods of updating the current scene.

public readonly struct LastFixedRunTimeSecond : IYieldFixedUpdate, IYieldCoroutine
Implements
Inherited Members

Constructors

LastFixedRunTimeSecond(double)

Creates a new instance of this object.

public LastFixedRunTimeSecond(double second)

Parameters

second double