SpatialSurfaceMeshOptions.VertexPositionFormat 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 the element format for generated vertex buffers.
public:
property DirectXPixelFormat VertexPositionFormat { DirectXPixelFormat get(); void set(DirectXPixelFormat value); };
DirectXPixelFormat VertexPositionFormat();
void VertexPositionFormat(DirectXPixelFormat value);
public DirectXPixelFormat VertexPositionFormat { get; set; }
var directXPixelFormat = spatialSurfaceMeshOptions.vertexPositionFormat;
spatialSurfaceMeshOptions.vertexPositionFormat = directXPixelFormat;
Public Property VertexPositionFormat As DirectXPixelFormat
Property Value
The vertex position format.