You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
364 B

namespace UnityEngine.Animations.Rigging
{
/// <summary>
///
/// </summary>
[DisallowMultipleComponent, AddComponentMenu("Animation Rigging/Setup/Rig Transform")]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.animation.rigging@1.3/manual/RiggingWorkflow.html#rig-transform")]
public class RigTransform : MonoBehaviour
{
}
}