SceneNode.Transform 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 la transformation qui décrit la position, la rotation et l’échelle de ce nœud.
public:
property SceneModelTransform ^ Transform { SceneModelTransform ^ get(); };
SceneModelTransform Transform();
public SceneModelTransform Transform { get; }
var sceneModelTransform = sceneNode.transform;
Public ReadOnly Property Transform As SceneModelTransform
Valeur de propriété
Transformation qui décrit la position, la rotation et l’échelle de ce nœud.