|
Panda3D
|
Public Member Functions | |
| def | __init__ |
| def | asBinary |
| def | asSource |
A module resource (differs from script in that it will generally
be worked with as a .pyc instead of in source form) | def __init__ | ( | self, | |
| name, | |||
| fullname | |||
| ) |
Reimplemented from scriptresource.
| def asBinary | ( | self | ) |
Return self as a dataresource (ie, a binary file wrapper).
Reimplemented from resource.
| def asSource | ( | self | ) |
Return self as a scriptresource (ie, uncompiled form).
Reimplemented from scriptresource.
1.7.3