TemporaryFile
from panda3d.core import TemporaryFile
- class TemporaryFile
Bases:
Bases:
FileReference
This is a special kind of
FileReference
class that automatically deletes the file in question when it is deleted. It is not responsible for creating, opening, or closing the file, however.Inheritance diagram
- __init__(param0: TemporaryFile)
- static getClassType() TypeHandle