Provides information of the scene rendering. 更多...
import 语句: | import QtQuick3D 1.15 |
Uncreatable accessor to scene rendering statistics.
fps : int |
This property holds the amount of frames rendered during the last second i.e. frames per second.
This property holds the amount of time elapsed since the last frame.
This property holds the maximum time spent rendering a single frame during the last second.
This property holds the amount of time spent inside the render function.
This property holds the amount of time spent inside the sync function. The property values of the objects are updated during the sync.