VirtualFileMount

from panda3d.core import VirtualFileMount
class VirtualFileMount

Bases:

Bases: TypedReferenceCount

The abstract base class for a mount definition used within a VirtualFileSystem. Normally users don’t need to monkey with this class directly.

Inheritance diagram

Inheritance diagram of VirtualFileMount

static getClassType() TypeHandle
getFileSystem() VirtualFileSystem

Returns the file system this mount object is attached to.

getMountFlags() int

Returns the set of flags passed by the user to the VirtualFileSystem.mount() command.

getMountPoint() Filename

Returns the name of the directory within the virtual file system that this mount object is attached to. This directory name will end with a slash.

output(out: ostream)
write(out: ostream)