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