Blender  V2.93
Public Attributes | List of all members
ScreenAnimData Struct Reference

#include <ED_screen_types.h>

Public Attributes

ARegionregion
 
short redraws
 
short flag
 
int sfra
 
int nextfra
 
double lagging_frame_count
 
bool from_anim_edit
 

Detailed Description

Definition at line 33 of file ED_screen_types.h.

Member Data Documentation

◆ flag

short ScreenAnimData::flag

◆ from_anim_edit

bool ScreenAnimData::from_anim_edit

Definition at line 40 of file ED_screen_types.h.

Referenced by ED_screen_animation_timer(), and screen_animation_step_invoke().

◆ lagging_frame_count

double ScreenAnimData::lagging_frame_count

Definition at line 39 of file ED_screen_types.h.

Referenced by screen_animation_step_invoke().

◆ nextfra

int ScreenAnimData::nextfra

Definition at line 38 of file ED_screen_types.h.

Referenced by frame_jump_exec(), and screen_animation_step_invoke().

◆ redraws

short ScreenAnimData::redraws

◆ region

ARegion* ScreenAnimData::region

◆ sfra

int ScreenAnimData::sfra

Definition at line 37 of file ED_screen_types.h.

Referenced by ED_screen_animation_timer(), and screen_animation_cancel_exec().


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