HKeyframe3String

Fields

char

m_t1

char

m_t2

char

m_t3

Functions

HKeyframe3String

~HKeyframe3String

HKeyframe *

Clone

void

Serialize

void

SetTarget

char *

GetTarget1

char *

GetTarget2

char *

GetTarget3

Detailed Description

class HKeyframe3String : 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

HKeyframe3String()

Constructs a HKeyframeString object.

inline virtual ~HKeyframe3String()
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 *t1, char const *t2, char const *t3)

Sets a new target string.

Parameters

target – The new target for the interpolation.

inline char *GetTarget1()
Returns

The target string.

inline char *GetTarget2()
inline char *GetTarget3()

Public Members

char m_t1[255]

Keyframe Target

char m_t2[255]

Keyframe Target

char m_t3[255]

Keyframe Target