Searched defs:AnimatedProps (Results 1 – 1 of 1) sorted by relevance
36 struct AnimatedProps { struct37 VectorValue position,38 scale = { 100, 100, 100 };39 ColorValue fill_color,40 stroke_color;65 struct AnimatedPropsModulator { argument