Bifrost SDK
Bifrost SDK documentation
Bifrost::Simulation::TimelineInfo Struct Reference

#include <GeometryTypes.h>

Public Attributes

double startFrame
 The first frame of the time slider from the host. More...
 
double endFrame
 The last frame of the time slider from the host. More...
 
double minFrame
 The first frame of the range slider from the host. More...
 
double maxFrame
 The last frame of the range slider from the host. More...
 
double frameStep
 

Detailed Description

Definition at line 49 of file GeometryTypes.h.

Member Data Documentation

◆ endFrame

double Bifrost::Simulation::TimelineInfo::endFrame

The last frame of the time slider from the host.

Definition at line 51 of file GeometryTypes.h.

◆ frameStep

double Bifrost::Simulation::TimelineInfo::frameStep

The increment between steps viewed during the playing of the animation from the host.

Definition at line 54 of file GeometryTypes.h.

◆ maxFrame

double Bifrost::Simulation::TimelineInfo::maxFrame

The last frame of the range slider from the host.

Definition at line 53 of file GeometryTypes.h.

◆ minFrame

double Bifrost::Simulation::TimelineInfo::minFrame

The first frame of the range slider from the host.

Definition at line 52 of file GeometryTypes.h.

◆ startFrame

double Bifrost::Simulation::TimelineInfo::startFrame

The first frame of the time slider from the host.

Definition at line 50 of file GeometryTypes.h.