SceneMeshRendererComponent.Mesh Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le SceneMesh à afficher.
public:
property SceneMesh ^ Mesh { SceneMesh ^ get(); void set(SceneMesh ^ value); };
SceneMesh Mesh();
void Mesh(SceneMesh value);
public SceneMesh Mesh { get; set; }
var sceneMesh = sceneMeshRendererComponent.mesh;
sceneMeshRendererComponent.mesh = sceneMesh;
Public Property Mesh As SceneMesh
Valeur de propriété
SceneMesh à afficher.