Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetTransformPath(int, string)

Sets the path of the transform at the given index.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public void SetTransformPath(int index, string path)

Parameters

index

The index of the transform.

path

The path of the transform.