NodeBuilder.SetLocalTransform

NodeBuilder.SetLocalTransform method

Sets the local transform of this node. Optionally it is possible keep children from being affected by this node transformation change.

public void SetLocalTransform(AffineTransform newLocalTransform, bool keepChildrenInPlace)
ParameterTypeDescription
newLocalTransformAffineTransformthe new local transform
keepChildrenInPlaceBooleantrue to keep children in their world positions.

See Also