This class acts as a proxy for a Master behavior.
It provides a simple common interface to the masters's properties, parameters, and actions.
#include <class_master_proxy_1_1_proxy.h>

Public Member Functions |
|
| __init__ () | |
| addAnimations () | |
| removeAnimations () | |
| tracks () | |
| numberOfTracks () | |
| getTrackFromId () | |
| isEmpty () | |
| createMaster () | |
| Returns the name of the new master, or None
if no master was created. |
|
| createProxy () | |
Public Attributes |
|
| totalDuration = property(__getDuration, __setDuration) | |
| MasterProxy.Proxy.__init__ | ( | ) |
Reimplemented from FbxProxy.Proxy.
| MasterProxy.Proxy.addAnimations | ( | ) |
| MasterProxy.Proxy.removeAnimations | ( | ) |
| MasterProxy.Proxy.tracks | ( | ) |
| MasterProxy.Proxy.numberOfTracks | ( | ) |
| MasterProxy.Proxy.getTrackFromId | ( | ) |
| MasterProxy.Proxy.isEmpty | ( | ) |
Reimplemented from BehaviorProxy.BehaviorProxy.
| MasterProxy.Proxy.createMaster | ( | ) |
Returns the name of the new master, or None if no master was created.
This method must be called from the ui thread.
| MasterProxy.Proxy.createProxy | ( | ) |
Reimplemented from FbxProxy.Proxy.
| MasterProxy.Proxy.totalDuration = property(__getDuration, __setDuration) |