![]() |
Public API Reference |
![]() |
A listener to be implemented if you want to be notified when the target has been reached or lost. More...
#include <imesh/animnode/lookat.h>
Public Member Functions | |
virtual void | TargetLost ()=0 |
The target is no more looked at, ie it was unreachable given the various constraints. | |
virtual void | TargetReached ()=0 |
The target is now looked at. |
A listener to be implemented if you want to be notified when the target has been reached or lost.
virtual void CS::Animation::iSkeletonLookAtListener::TargetLost | ( | ) | [pure virtual] |
The target is no more looked at, ie it was unreachable given the various constraints.
virtual void CS::Animation::iSkeletonLookAtListener::TargetReached | ( | ) | [pure virtual] |
The target is now looked at.