Click or drag to resize

EngineGetPhysicsFrames Method

Returns the total number of frames passed since engine initialization which is advanced on each physics frame.

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

Return Value

Type: UInt64

[Missing <returns> documentation for "M:Godot.Engine.GetPhysicsFrames"]

See Also