Table of Contents

Struct FixedRunTimeSecond

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).

public readonly struct FixedRunTimeSecond : IYieldFixedUpdate, IYieldCoroutine
Implements
Inherited Members

Constructors

FixedRunTimeSecond(double)

Creates a new instance of this object.

public FixedRunTimeSecond(double second)

Parameters

second double