Share via


SceneNode.Transform Property

Definition

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.

Applies to