SimplificationMesh.VertexAttributeWeights Property |
Language: |
Retrieves the per-vertex attribute weights used to create a SimplificationMesh object.
Visual Basic Public ReadOnly Property VertexAttributeWeights As AttributeWeights() C# public AttributeWeights[] VertexAttributeWeights { get; } C++ public:
property array<AttributeWeights>^ VertexAttributeWeights {
array<AttributeWeights>^ get();
}JScript public function get VertexAttributeWeights() : AttributeWeights[]
Microsoft.DirectX.Direct3D.AttributeWeights[]
This property is read-only.
Array of vertex attribute weights. For more information, see AttributeWeights.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value. OutOfMemoryException Microsoft Direct3D could not allocate sufficient memory to complete the call.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center