Click or drag to resize

ARVRServerGetLastProcessUsec Method

Returns the absolute timestamp (in μs) of the last ARVRServer process callback. The value comes from an internal call to GetTicksUsec.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static ulong GetLastProcessUsec()

Return Value

Type: UInt64

[Missing <returns> documentation for "M:Godot.ARVRServer.GetLastProcessUsec"]

See Also