Click or drag to resize

TimeInstant Structure

[This is preliminary documentation and is subject to change.]

Represents a single captured instant in time.

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public struct TimeInstant

The TimeInstant type exposes the following members.

Constructors
  NameDescription
Public methodTimeInstant
Initialises a new instance of the TimeInstant struct.
Top
Properties
  NameDescription
Public propertyFrameCount
Gets the value of frameCount as of the captured instant in time.
Public propertyRealtimeSinceStartup
Gets the value of realtimeSinceStartup as of the captured instant in time.
Public propertyTime
Gets the value of time as of the captured instant in time.
Public propertyUnscaledTime
Gets the value of unscaledTime as of the captured instant in time.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
See Also