Blender  V3.3
Public Attributes | List of all members
EffectInfo Struct Reference

Public Attributes

const char * struct_name
 
const char * ui_name
 
const char * ui_desc
 
void(* func )(StructRNA *)
 
int inputs
 

Detailed Description

Definition at line 55 of file rna_sequencer.c.

Member Data Documentation

◆ func

void(* EffectInfo::func) (StructRNA *)

Definition at line 59 of file rna_sequencer.c.

Referenced by rna_def_effects().

◆ inputs

int EffectInfo::inputs

Definition at line 60 of file rna_sequencer.c.

Referenced by rna_def_effects().

◆ struct_name

const char* EffectInfo::struct_name

Definition at line 56 of file rna_sequencer.c.

Referenced by rna_def_effects().

◆ ui_desc

const char* EffectInfo::ui_desc

Definition at line 58 of file rna_sequencer.c.

Referenced by rna_def_effects().

◆ ui_name

const char* EffectInfo::ui_name

Definition at line 57 of file rna_sequencer.c.

Referenced by rna_def_effects().


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