|
Blender
V2.93
|
Public Attributes | |
| float | pos [2] |
| float | rms_pos |
| bool | clip |
| bool | end |
Definition at line 235 of file sequencer_draw.c.
| bool WaveVizData::clip |
Definition at line 238 of file sequencer_draw.c.
Referenced by draw_seq_waveform_overlay(), and draw_waveform().
| bool WaveVizData::end |
Definition at line 239 of file sequencer_draw.c.
Referenced by draw_seq_waveform_overlay(), draw_waveform(), and get_section_len().
| float WaveVizData::pos[2] |
Definition at line 236 of file sequencer_draw.c.
Referenced by draw_seq_waveform_overlay(), and draw_waveform().
| float WaveVizData::rms_pos |
Definition at line 237 of file sequencer_draw.c.
Referenced by draw_seq_waveform_overlay(), and draw_waveform().