SpatialSurfaceMeshOptions 类

定义

public ref class SpatialSurfaceMeshOptions sealed
/// [Windows.Foundation.Metadata.Activatable(131072, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SpatialSurfaceMeshOptions final
[Windows.Foundation.Metadata.Activatable(131072, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SpatialSurfaceMeshOptions
function SpatialSurfaceMeshOptions()
Public NotInheritable Class SpatialSurfaceMeshOptions
继承
Object Platform::Object IInspectable SpatialSurfaceMeshOptions
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)

构造函数

SpatialSurfaceMeshOptions()

初始化 SpatialSurfaceMeshOptions 类的新实例。

属性

IncludeVertexNormals

获取或设置是否计算正常缓冲区。

SupportedTriangleIndexFormats

获取系统可在其中生成索引缓冲区的三角形索引格式的列表。

SupportedVertexNormalFormats

获取系统可在其中生成正常缓冲区的顶点法线格式的列表。

SupportedVertexPositionFormats

获取系统可在其中生成顶点缓冲区的顶点位置格式的列表。

TriangleIndexFormat

获取或设置生成的索引缓冲区的元素格式。

VertexNormalFormat

获取或设置生成的普通缓冲区的元素格式。

VertexPositionFormat

获取或设置生成的顶点缓冲区的元素格式。

适用于

另请参阅