Carbon


kTweenTypeShort

Header: Movies.h

enum {
    kTweenTypeShort = 1,
    kTweenTypeLong = 2,
    kTweenTypeFixed = 3,
    kTweenTypePoint = 4,
    kTweenTypeQDRect = 5,
    kTweenTypeQDRegion = 6,
    kTweenTypeMatrix = 7,
    kTweenTypeRGBColor = 8,
    kTweenTypeGraphicsModeWithRGBColor = 9,
    kTweenTypeQTFloatSingle = 10,
    kTweenTypeQTFloatDouble = 11,
    kTweenTypeFixedPoint = 12,
    kTweenType3dScale = '3sca',
    kTweenType3dTranslate = '3tra',
    kTweenType3dRotate = '3rot',
    kTweenType3dRotateAboutPoint = '3rap',
    kTweenType3dRotateAboutAxis = '3rax',
    kTweenType3dRotateAboutVector = '3rvc',
    kTweenType3dQuaternion = '3qua',
    kTweenType3dMatrix = '3mat',
    kTweenType3dCameraData = '3cam',
    kTweenType3dAngleAspectCameraData = ''3caa'',
    kTweenType3dSoundLocalizationData = ''3slc'',
    kTweenTypePathToMatrixTranslation = ''gxmt'',
    kTweenTypePathToMatrixRotation = ''gxpr'',
    kTweenTypePathToMatrixTranslationAndRotation = ''gxmr'',
    kTweenTypePathToFixedPoint = ''gxfp'',
    kTweenTypePathXtoY = ''gxxy'',
    kTweenTypePathYtoX = ''gxyx'',
    kTweenTypeAtomList = ''atom'',
    kTweenTypePolygon = ''poly'',
    kTweenTypeMultiMatrix = ''mulm'',
    kTweenTypeSpin = ''spin'',
    kTweenType3dMatrixNonLinear = ''3nlr'',
    kTweenType3dVRObject = ''3vro''
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)