|
Panda3D
|
A class object for storing specifically objects of type PandaNode. More...
Public Member Functions | |
| EventStorePandaNode (PandaNode const value) | |
| PandaNode | getValue () |
| Retrieves the value stored in the parameter. | |
| setValue (PandaNode const value) | |
| Changes the value stored in the parameter. | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
A class object for storing specifically objects of type PandaNode.
| EventStorePandaNode | ( | PandaNode const | value | ) |
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from EventStoreValueBase.
| PandaNode getValue | ( | ) |
Retrieves the value stored in the parameter.
| setValue | ( | PandaNode const | value | ) |
Changes the value stored in the parameter.
It is dangerous to do this for a parameter already added to an event, since the parameters may be shared.
1.7.3