VirtualFileMountRamdisk

from panda3d.core import VirtualFileMountRamdisk
class VirtualFileMountRamdisk

Bases:

Bases: VirtualFileMount

Simulates an actual directory on disk with in-memory storage. This is useful mainly for performing high level functions that expect disk I/O without actually writing files to disk. Naturally, there are significant limits to the size of the files that may be written with this system; and “files” written here are not automatically persistent between sessions.

Inheritance diagram

Inheritance diagram of VirtualFileMountRamdisk

__init__()
static getClassType() TypeHandle