SceneModelTransform.Translation 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 position of the node on the x, y, and z axes.
public:
property float3 Translation { float3 get(); void set(float3 value); };
float3 Translation();
void Translation(float3 value);
public Vector3 Translation { get; set; }
var vector3 = sceneModelTransform.translation;
sceneModelTransform.translation = vector3;
Public Property Translation As Vector3
Property Value
A vector that describes the position of the node on the x, y, and z axes.