GltfMeshPrimitive.Targets Property

Definition

An array of Morph Targets, each Morph Target is a dictionary mapping attributes (only "POSITION" and "NORMAL" supported) to their deviations in the Morph Target (index of the accessor containing the attribute displacements' data).

public:
 property System::Collections::Generic::List<System::Collections::Generic::Dictionary<System::String ^, int> ^> ^ Targets { System::Collections::Generic::List<System::Collections::Generic::Dictionary<System::String ^, int> ^> ^ get(); };
public System.Collections.Generic.List<System.Collections.Generic.Dictionary<string,int>> Targets { get; }
member this.Targets : System.Collections.Generic.List<System.Collections.Generic.Dictionary<string, int>>
Public ReadOnly Property Targets As List(Of Dictionary(Of String, Integer))

Property Value

List<Dictionary<String,Int32>>

Applies to