Table of Contents

Struct RunTimeSecond

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 _Process(float).

public readonly struct RunTimeSecond : IYieldUpdate, IYieldCoroutine
Implements
Inherited Members

Constructors

RunTimeSecond(double)

Creates a new instance of this object.

public RunTimeSecond(double second)

Parameters

second double