Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::blueprint::components::PlaybackSpeed Struct Reference

Component: A playback speed which determines how fast time progresses. More...

#include <rerun/blueprint/components/playback_speed.hpp>

Public Member Functions

 PlaybackSpeed (rerun::datatypes::Float64 speed_)
 
PlaybackSpeedoperator= (rerun::datatypes::Float64 speed_)
 
 PlaybackSpeed (double value_)
 
PlaybackSpeedoperator= (double value_)
 
 operator rerun::datatypes::Float64 () const
 Cast to the underlying Float64 datatype.
 

Public Attributes

rerun::datatypes::Float64 speed
 1.0 is default speed.
 

Detailed Description

Component: A playback speed which determines how fast time progresses.

This type is unstable and may change significantly in a way that the data won't be backwards compatible.


The documentation for this struct was generated from the following file: