HKeyframeString

Fields

char

m_target

bool

m_bDiscrete

Functions

HKeyframeString

~HKeyframeString

HKeyframe *

Clone

void

Serialize

void

SetTarget

char *

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 *GetTarget()
Returns

The target string.

Public Members

char m_target[4096]

Keyframe Target

bool m_bDiscrete