VirtualFileMountZip
from panda3d.core import VirtualFileMountZip
- class VirtualFileMountZip
Bases:
VirtualFileMount
Maps a .zip archive into the VirtualFileSystem.
Inheritance diagram
- __init__(*args, **kwargs)
- getArchive()
C++ Interface: get_archive(VirtualFileMountZip self)
- /**
Returns the ZipArchive pointer that this mount object is based on.
*/
- getClassType()
C++ Interface: get_class_type()
- get_archive()
C++ Interface: get_archive(VirtualFileMountZip self)
- /**
Returns the ZipArchive pointer that this mount object is based on.
*/
- get_class_type()
C++ Interface: get_class_type()