Click or drag to resize

ARVRServerGetLastCommitUsec Method

Returns the absolute timestamp (in μs) of the last ARVRServer commit of the AR/VR eyes to VisualServer. 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 GetLastCommitUsec()

Return Value

Type: UInt64

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

See Also