FCurve editor.
Public Member Functions | |
__init__ () | |
Constructor. | |
AddAnimationNode (FBAnimationNode pNode) | |
Add an animation node to the editor. | |
RemoveAnimationNode (FBAnimationNode pNode) | |
Remove an animation node from the editor. | |
AddProperty (FBPropertyAnimatable pProperty) | |
Add an animatable property to the editor. | |
RemoveProperty (FBPropertyAnimatable pProperty) | |
Remove animatable property from the editor. | |
Clear () | |
Clear the editor. |
__init__ | ( | ) |
AddAnimationNode | ( | FBAnimationNode | pNode | ) |
Add an animation node to the editor.
pNode | Animation node to show in the editor. |
RemoveAnimationNode | ( | FBAnimationNode | pNode | ) |
Remove an animation node from the editor.
pNode | Animation node to hide from editor. |
AddProperty | ( | FBPropertyAnimatable | pProperty | ) |
Add an animatable property to the editor.
pProperty | Property to show in the editor. |
RemoveProperty | ( | FBPropertyAnimatable | pProperty | ) |
Remove animatable property from the editor.
pProperty | Property to hide from editor. |
Clear | ( | ) |
Clear the editor.