VirtualFileSimple

from panda3d.core import VirtualFileSimple
class VirtualFileSimple

Bases:

Bases: VirtualFile

A simple file or directory within the VirtualFileSystem: this maps to exactly one file on one mount point. Most directories, and all regular files, are of this kind.

Inheritance diagram

Inheritance diagram of VirtualFileSimple

static get_class_type() TypeHandle
get_mount() VirtualFileMount

Returns the VirtualFileMount this file is associated with.

is_implicit_pz_file() bool

Returns true if this file is a .pz file that should be implicitly decompressed on load, or false if it is not a .pz file or if it should not be decompressed.