VisualMoveTo Method (Matrix) |
Namespace: Demo3D.Visuals
public void MoveTo( Matrix targetMatrix )
// This example will move a visual to the origin and rotate it 45 degrees about the Y axis [Auto("OnClick")] void MoveToM_OnClick(Visual sender, PickInfo pickInfo) { sender.MoveTo(Matrix.RotationYDegrees(45)); }