/// <summary>
 /// Gets the scale of the transform relative to the parent.
 /// </summary>
 /// <param name="stream">The AnimationStream that holds the animated values.</param>
 /// <returns>The scale of the transform relative to the parent.</returns>
 public Vector3 GetLocalScale(AnimationStream stream) => m_Handle.GetLocalScale(stream);
 /// <summary>
 /// Gets the scale of the transform relative to the parent.
 /// </summary>
 /// <param name="stream">The AnimationStream that holds the animated values.</param>
 /// <returns>The scale of the transform relative to the parent.</returns>
 public Vector3 GetLocalScale(AnimationStream stream) =>
 m_InStream == 1 ? m_StreamHandle.GetLocalScale(stream) : m_SceneHandle.GetLocalScale(stream);