| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sg/timecopy.h>

Public Member Functions | |
| TimeCopy (BehaviorNode *otherBehavior=NULL) | |
| A copy time setter specifies a requirement by associating another time behavior. | |
| void | setSource (BehaviorNode *source) |
| BehaviorNode * | getSource () const |
| virtual TimeRequirement | timeRequirement () const |
| VRS_TYPEINFO (TimeCopy, MonoBehavior) | |
| VRS_SERIALIZABLE (TimeCopy) | |
| VRS::TimeCopy::TimeCopy | ( | BehaviorNode * | otherBehavior = NULL |
) |
A copy time setter specifies a requirement by associating another time behavior.
| void VRS::TimeCopy::setSource | ( | BehaviorNode * | source | ) |
| BehaviorNode* VRS::TimeCopy::getSource | ( | ) | const |
Sets/gets the source behavior graph from which the time requirement is copied.
| virtual TimeRequirement VRS::TimeCopy::timeRequirement | ( | ) | const [virtual] |
Returns the time requirement of the source, if specified, otherwise the time requirement of the node's child node.
Reimplemented from VRS::MonoBehavior.
| VRS::TimeCopy::VRS_TYPEINFO | ( | TimeCopy | , | |
| MonoBehavior | ||||
| ) |
| VRS::TimeCopy::VRS_SERIALIZABLE | ( | TimeCopy | ) |