|
|
SAA_animationItemGetSourceStaticValues()Gets the source static values from the animation items of an .ani element. set scene [SAA_AllocScene] set action [SAA_AllocElem] . . SAA_actionGetNbAnimationItems $scene $action $SAA_Constants(SAA_ANIMITEM_TYPE) nbItems set items [ SAA_AllocSubElem $nbItems ] SAA_actionGetAnimationItems $scene $anim $nbItems $items set values [ SAA_AllocFloat $nbItems ] SAA_animationItemGetSourceStaticValues $scene $anim $nbItems $items $values Parameters
See Also |
|
copyright Video-Collage Inc. |