Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions proto/decentraland/sdk/components/engine_info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ message PBEngineInfo {
float total_runtime = 2; // total runtime of this scene in seconds
uint32 tick_number = 3; // tick counter of the scene as per ADR-148
bool scene_hidden = 4; // visibility state of the scene regarding Explorer fullscreen UI
double total_runtime_f64 = 5; // total_runtime at f64 precision: the float field cannot resolve frame deltas past ~36h of scene uptime
}
Loading