COMTypes.h File Reference

Defines

#define IDTYPE(x, y, z, t)   ((int32)((((int32)x)<<24)|(((int32)y)<<16)|(((int32)z)<<8)|((int32)t)))

Enumerations

enum  ECloneMode { kNoAnim, kWithAnim }

Define Documentation

#define IDTYPE ( x,
y,
z,
 )     ((int32)((((int32)x)<<24)|(((int32)y)<<16)|(((int32)z)<<8)|((int32)t)))

Enumeration Type Documentation

enum ECloneMode
Enumerator:
kNoAnim 

kNoAnim means that the animation data will not be copied. When you set a component on another this means that only the state at the current time will be changed. In this case, keyframes will be created at the current time.

kWithAnim 

kWithAnim means that the animation data will be copied. When you set a component on another this means that the new component will completely take the place of the old one.

Generated on Mon Apr 26 22:47:29 2010 for Carrara SDK Doc by  doxygen 1.6.3