|
Blender V4.3
|
#include <DNA_packedFile_types.h>
Public Attributes | |
| int | size |
| int | seek |
| const void * | data |
| const ImplicitSharingInfoHandle * | sharing_info |
Definition at line 13 of file DNA_packedFile_types.h.
| const void* PackedFile::data |
Raw data from the shared file. This data is const because it uses implicit sharing and may be shared with e.g. the undo system.
Definition at line 20 of file DNA_packedFile_types.h.
Referenced by BKE_packedfile_duplicate(), BKE_packedfile_new_from_memory(), and BKE_vfontdata_char_from_freetypefont().
| int PackedFile::seek |
Definition at line 15 of file DNA_packedFile_types.h.
| const ImplicitSharingInfoHandle* PackedFile::sharing_info |
Sharing info corresponding to the data above. This is run-time data.
Definition at line 22 of file DNA_packedFile_types.h.
Referenced by BKE_packedfile_blend_read(), and BKE_packedfile_duplicate().
| int PackedFile::size |
Definition at line 14 of file DNA_packedFile_types.h.
Referenced by BKE_vfontdata_char_from_freetypefont().