Share via


SceneModelTransform.Translation Property

Definition

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

Vector3 Vector3

float3

A vector that describes the position of the node on the x, y, and z axes.

Applies to