Struct TimeData
Time data specific to a particular pending promise.
Namespace: RSG
Syntax
public struct TimeData
Fields
deltaTime
The amount of time since the last time the pending promise was updated.
Declaration
public float deltaTime
Field Value
Type | Description |
---|---|
System.Single |
elapsedTime
The amount of time that has elapsed since the pending promise started running
Declaration
public float elapsedTime
Field Value
Type | Description |
---|---|
System.Single |
elapsedUpdates
The amount of times that update has been called since the pending promise started running
Declaration
public int elapsedUpdates
Field Value
Type | Description |
---|---|
System.Int32 |