deAnimatorControllerTarget Class Reference

Animator Controller Target. More...

#include <deAnimatorControllerTarget.h>

List of all members.

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.

Detailed Description

Animator Controller Target.

Holds links for a controller target.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deAnimatorControllerTarget::deAnimatorControllerTarget (  )

Creates a new target.

deAnimatorControllerTarget::~deAnimatorControllerTarget (  )

Cleans up the target.


Member Function Documentation

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.


The documentation for this class was generated from the following file: