VirtualFileComposite

from panda3d.core import VirtualFileComposite
class VirtualFileComposite

Bases:

Bases: VirtualFile

A composite directory within the VirtualFileSystem: this maps to more than one directory on different mount points. The resulting directory appears to be the union of all the individual simple directories.

Inheritance diagram

Inheritance diagram of VirtualFileComposite

static getClassType() TypeHandle