HKeyframeString
Fields
char | m_target |
bool | m_bDiscrete |
Functions
HKeyframeString |
|
~HKeyframeString |
|
HKeyframe * | Clone |
void | Serialize |
void | SetTarget |
char const * | GetTarget |
Detailed Description
-
class
HKeyframeString
: public HKeyframe The HKeyframeString class is used for any string related keyframes.
String keyframes can contain a segment path in the case of segment switch interpolation or some other text based identifier.
Public Functions
-
HKeyframeString
() Constructs a HKeyframeString object.
-
inline virtual
~HKeyframeString
()
-
inline virtual HKeyframe *
Clone
() This method makes an exact copy of the current HKeyframeString and returns a pointer to the newly created HKeyframeString object.
Returns: A pointer to the newly created HKeyframeString object.
-
virtual void
Serialize
(HUtilityXMLTag *xmlgen) Writes XML data to a buffer.
-
void
SetTarget
(char const *target) Sets a new target string.
Parameters: target – The new target for the interpolation.
-
inline char const *
GetTarget
() Returns: The target string.
-