SpatialSurfaceMeshOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
- 繼承
- 屬性
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 |
取得或設定所產生頂點緩衝區的專案格式。 |