12 lines
364 B
C#
12 lines
364 B
C#
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
|
|
{
|
|
}
|
|
}
|