PNMFileType
from panda3d.core import PNMFileType
- class PNMFileType
Bases:
Bases:
TypedWritableThis is the base class of a family of classes that represent particular image file types that
PNMImagesupports.Inheritance diagram
- property extensions Sequence[string]
Returns the nth possible filename extension associated with this particular file type, without a leading dot.
- static get_class_type() TypeHandle
- get_extension(n: int) str
Returns the nth possible filename extension associated with this particular file type, without a leading dot.
- get_num_extensions() int
Returns the number of different possible filename extensions associated with this particular file type.
