SceneMesh.PrimitiveTopology 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.
Gets or sets a value that indicates how the vertex data is interpreted by the graphics pipeline and rendered on screen.
public:
property DirectXPrimitiveTopology PrimitiveTopology { DirectXPrimitiveTopology get(); void set(DirectXPrimitiveTopology value); };
DirectXPrimitiveTopology PrimitiveTopology();
void PrimitiveTopology(DirectXPrimitiveTopology value);
public DirectXPrimitiveTopology PrimitiveTopology { get; set; }
var directXPrimitiveTopology = sceneMesh.primitiveTopology;
sceneMesh.primitiveTopology = directXPrimitiveTopology;
Public Property PrimitiveTopology As DirectXPrimitiveTopology
Property Value
A value of the enumeration that indicates how the vertex data is interpreted.