Gets the frame's actor statistics
Gets the frame's delta (time since last frame)
Internal
Sets the frame's delta (time since last frame). Internal use only.
Gets the frame's duration statistics
Gets the frame's frames-per-second (FPS)
Internal
Sets the frame's frames-per-second (FPS). Internal use only.
Gets the frame's graphics statistics
Gets the frame's id
Sets the frame's id
Gets the frame's physics statistics
Provides a clone of this instance.
Zero out values or clone other IFrameStat stats. Allows instance reuse.
Optional
otherStats: FrameStatisticsOptional stats to clone
Implementation of a frame's stats. Meant to have values copied via FrameStats.reset, avoid creating instances of this every frame.