GltfMeshPrimitive.Targets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))