RenderStateManager.VertexBlend Property |
Language: |
Retrieves or sets the number of matrices to use to perform geometry blending.
Visual Basic Public Property VertexBlend As VertexBlend C# public VertexBlend VertexBlend { get; set; } C++ public:
property VertexBlend VertexBlend {
VertexBlend get();
void set(VertexBlend value);
}JScript public function get VertexBlend() : VertexBlend
public function set VertexBlend(VertexBlend);
Microsoft.DirectX.Direct3D.VertexBlend
This property is read/write.
Value of the VertexBlend enumeration to set or retrieve.
The default value is VertexBlend.Disable.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.