![]() |
![]() |
![]() |
SimplificationMesh.VertexAttributeWeights Property |
Language: |
Retrieves the per-vertex attribute weights used to create a SimplificationMesh object.
Visual Basic .NET Public ReadOnly Property VertexAttributeWeights As AttributeWeights() C# public AttributeWeights[] VertexAttributeWeights { get; } Managed C++ public: __property AttributeWeights get_VertexAttributeWeights(); JScript .NET public function get VertexAttributeWeights() : AttributeWeights[]
Microsoft.DirectX.Direct3D.AttributeWeights[] . Array of vertex attribute weights. For more information, see AttributeWeights.
This property is read-only.
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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center