HBhvConditionAnimation
Functions
HBhvConditionAnimation |
|
void | Register |
void | UnRegister |
Detailed Description
-
class
HBhvConditionAnimation
: public HBhvCondition, public HAnimationListener The HBhvConditionAnimation class is the base class for all animation related conditions.
Subclassed by HBhvConditionAnimationFinished
Public Functions
-
HBhvConditionAnimation
(char const *target, char const *hevent, bool invert, HBhvSensor *sensor) Constructs an HBhvConditionAnimation object.
Parameters: - target – The descriptor of the animation target object. You can use HBhvTargetObject::CreateTargetString() to generate this string.
- hevent – The event type.
- invert – Pass true to invert the condition. In other words, this condition will return true if the condition evaluates to false and false if the condition evaluates to true.
- sensor – A pointer to the HBhvSensor object that this condition belongs to.
-
virtual void
Register
() Registers condition with event manager to receive animation events.
-
virtual void
UnRegister
() Unregisters condition with event manager so that it no longer receives animation events.
-