FileReference

from panda3d.core import FileReference
class FileReference

Bases: TypedReferenceCount

Keeps a reference-counted pointer to a file on disk. As long as the FileReference is held, someone presumably has a use for this file.

Inheritance diagram

Inheritance diagram of FileReference

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

getFilename()

C++ Interface: get_filename(FileReference self)

/**
  • Returns the filename of the reference.

*/

get_class_type()

C++ Interface: get_class_type()

get_filename()

C++ Interface: get_filename(FileReference self)

/**
  • Returns the filename of the reference.

*/