|
Panda3D
|
Public Member Functions | |
| def | __init__ |
| def | asFilter |
| def | contents |
Static Public Attributes | |
| int | RECURSIVE = 0 |
A sublcass for a directory.
Generally transformed to a list of files through
contents() and filtered by file extensions or resource type.
Note that contents() is smart enough to regard a .py and .pyc
as the same resource. | def __init__ | ( | self, | |
| name, | |||
fullname = None |
|||
| ) |
Reimplemented in treeresource.
| def asFilter | ( | self | ) |
Create a tocfilter based on self. Pure virtual
Reimplemented from resource.
| def contents | ( | self, | |
prefix = '' |
|||
| ) |
Return the list of (typed) resources in self.name
int RECURSIVE = 0 [static] |
Reimplemented in treeresource.
1.7.3