Contents

simdPosition

The translation applied to the node. Animatable.

Declaration

var simdPosition: simd_float3 { get set }

Discussion

The node’s position locates it within the coordinate system of its parent, as modified by the node’s simdPivot property. The default position is the zero vector, indicating that the node is placed at the origin of the parent node’s coordinate system.

You can animate changes to this property’s value. See Animating SceneKit Content.

See Also

Related Documentation

Managing the Node’s Transform