Home | History | Annotate | Download | only in dom

Lines Matching refs:ANIMATION

25  * The animation element categorizes the declaration of animation information.
26 * The animation hierarchy contains elements that describe the animation?s
33 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::ANIMATION; }
50 * The animation element may contain an asset element. @see domAsset
54 * The animation element may contain any number of source elements. @see
59 * The animation element may contain any number of sampler elements. @see
64 * The animation element may contain any number of channel elements. @see
69 * The animation may be hierarchical and may contain any number of other
70 * animation elements. @see domAnimation
153 * Gets the animation element array.
154 * @return Returns a reference to the array of animation elements.
158 * Gets the animation element array.
159 * @return Returns a constant reference to the array of animation elements.