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

#include <DNA_userdef_types.h>

Public Attributes

char section_active
 
char flag
 
char _pad0 [6]
 

Detailed Description

Store UI data here instead of the space since the space is typically a window which is freed.

Definition at line 611 of file DNA_userdef_types.h.

Member Data Documentation

◆ _pad0

char UserDef_SpaceData::_pad0[6]

Definition at line 615 of file DNA_userdef_types.h.

◆ flag

char UserDef_SpaceData::flag

eUserPref_SpaceData_Flag UI options.

Definition at line 614 of file DNA_userdef_types.h.

◆ section_active

char UserDef_SpaceData::section_active

Definition at line 612 of file DNA_userdef_types.h.


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