Partager via


SpatialSurfaceMesh.VertexNormals Propriété

Définition

Obtient l’objet buffer représentant la mémoire tampon normale du maillage, si IncludeVertexNormals a été défini en tant qu’option de maillage dans l’appel à SpatialSurfaceInfo.TryComputeLatestMeshAsync. Sinon, cette propriété est null.

public:
 property SpatialSurfaceMeshBuffer ^ VertexNormals { SpatialSurfaceMeshBuffer ^ get(); };
SpatialSurfaceMeshBuffer VertexNormals();
public SpatialSurfaceMeshBuffer VertexNormals { get; }
var spatialSurfaceMeshBuffer = spatialSurfaceMesh.vertexNormals;
Public ReadOnly Property VertexNormals As SpatialSurfaceMeshBuffer

Valeur de propriété

Mémoire tampon de maillage si disponible ; sinon, null.

Remarques

Si l’option SpatialSurfaceMeshOptions.VertexNormalFormat est également définie, cette mémoire tampon est générée au format indiqué.

S’applique à