SceneModelTransform.Orientation 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 or sets the orientation of the node.
public:
property quaternion Orientation { quaternion get(); void set(quaternion value); };
quaternion Orientation();
void Orientation(quaternion value);
public Quaternion Orientation { get; set; }
var quaternion = sceneModelTransform.orientation;
sceneModelTransform.orientation = quaternion;
Public Property Orientation As Quaternion
Property Value
The orientation of the node.