Animator Controller Target. More...
#include <deAnimatorControllerTarget.h>
Public Member Functions | |
Constructors and Destructors | |
| deAnimatorControllerTarget () | |
| Creates a new target. | |
| ~deAnimatorControllerTarget () | |
| Cleans up the target. | |
Management | |
| int | GetLinkCount () const |
| Retrieves the number of links. | |
| int | GetLinkAt (int index) const |
| Retrieves the link at the given index. | |
| int | IndexOfLink (int link) const |
| Retrieves the index of the link or -1 if not found. | |
| void | AddLink (int link) |
| Adds a new link. | |
| void | RemoveLink (int link) |
| Removes a link. | |
| void | RemoveAllLinks () |
| Removes all links. | |
Animator Controller Target.
Holds links for a controller target.
| deAnimatorControllerTarget::deAnimatorControllerTarget | ( | ) |
Creates a new target.
| deAnimatorControllerTarget::~deAnimatorControllerTarget | ( | ) |
Cleans up the target.
| void deAnimatorControllerTarget::AddLink | ( | int | link ) |
Adds a new link.
| int deAnimatorControllerTarget::GetLinkAt | ( | int | index ) | const |
Retrieves the link at the given index.
| int deAnimatorControllerTarget::GetLinkCount | ( | ) | const [inline] |
Retrieves the number of links.
| int deAnimatorControllerTarget::IndexOfLink | ( | int | link ) | const |
Retrieves the index of the link or -1 if not found.
| void deAnimatorControllerTarget::RemoveAllLinks | ( | ) |
Removes all links.
| void deAnimatorControllerTarget::RemoveLink | ( | int | link ) |
Removes a link.
1.7.2