API reference
API reference
Select your platform
No SDKs available
No versions available

IDeltaTimeConsumer Interface

A general interface for replacing the delta time provider used in an object.

Overview

Public Member Functions

void
SetDeltaTimeProvider
( Func< float > deltaTimeProvider )
Sets a function that returns the last delta time in seconds.

Details

Detailed Description

Grouping classes that use this pattern under this interface allows changing multiple objects easily.

Member Functions

void Oculus.Interaction.IDeltaTimeConsumer.SetDeltaTimeProvider
( Func< float > deltaTimeProvider )
Sets a function that returns the last delta time in seconds.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon