| DRMeshNodeContentInputMorphTargets Property |
Gets or sets the morph targets associated with the
InputMesh.
Namespace: DigitalRune.Graphics.Content.PipelineAssembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax [ContentSerializerIgnoreAttribute]
public List<MeshContent> InputMorphTargets { get; set; }
<ContentSerializerIgnoreAttribute>
Public Property InputMorphTargets As List(Of MeshContent)
Get
Set
public:
[ContentSerializerIgnoreAttribute]
property List<MeshContent^>^ InputMorphTargets {
List<MeshContent^>^ get ();
void set (List<MeshContent^>^ value);
}
[<ContentSerializerIgnoreAttribute>]
member InputMorphTargets : List<MeshContent> with get, set
Property Value
Type:
ListMeshContentThe morph targets of the
InputMesh.
See Also