SceneNode.Transform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the transform that describes the position, rotation, and scale of this node.
public:
property SceneModelTransform ^ Transform { SceneModelTransform ^ get(); };
SceneModelTransform Transform();
public SceneModelTransform Transform { get; }
var sceneModelTransform = sceneNode.transform;
Public ReadOnly Property Transform As SceneModelTransform
Property Value
The transform that describes the position, rotation, and scale of this node.