This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

TransformSceneHandle.SetPosition

Declaration

public void SetPosition(Experimental.Animations.AnimationStream stream, Vector3 position);

Parameters

stream The AnimationStream that manage this handle.
position The position of the transform in world space.

Description

Sets the position of the transform in world space.