A type providing morph targets to blend-shape animation. 更多...
| import 语句: | import Qt3D.Animation 2.2 | 
| Since: | Qt 5.9 | 
| 实例化: | QMorphTarget | 
| 继承: | QtObject | 
A MorphTarget type is a convenience type, which provides a list of 属性 , which the MorphingAnimation uses to animate geometry. A MorphTarget can also be created based on existing 几何体 .
| [read-only] attributeNames : list < string > | 
Holds a list of attribute names contained in the morph target.
| 属性 : list < Attribute > | 
Holds the list of attributes in the morph target.
| MorphTarget fromGeometry ( geometry , stringList ) | 
Returns a morph target based on the attributes defined by the given stringList 从给定 geometry .