Show / Hide Table of Contents

Interface ITimeProvider

The way Recolude.Core can retrieve the current time. Kind of neccessary with how many different ways you can query "time" inside of Unity.

Namespace: Recolude.Core.Time
Assembly: Recolude.Core.dll
Syntax
public interface ITimeProvider

Methods

CurrentTime()

The current game time.

Declaration
float CurrentTime()
Returns
Type Description
System.Single

The current game time.

Back to top Generated by DocFX