struct RenderLoop::Tick
- RenderLoop::Tick
- Struct
- Value
- Object
Overview
Contains time information about the current tick
Defined in:
render_loop/tick.crConstructors
Instance Method Summary
- #current_time : Float64
- #frame_rate
- #frame_time : Float64
- #last_actual_frame_time : Float64
- #startup_time : Float64
Constructor Detail
def self.new(frame_time : Float64, last_actual_frame_time : Float64, startup_time : Float64)
#