File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
com.unity.perception/Runtime Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace UnityEngine.Perception.GroundTruth
88 /// Label to designate a custom joint/keypoint. These are needed to add body
99 /// parts to a humanoid model that are not contained in its <see cref="Animator"/> <see cref="Avatar"/>
1010 /// </summary>
11- [ AddComponentMenu ( "Perception/Joint Label" ) ]
11+ [ AddComponentMenu ( "Perception/Labeling/ Joint Label" ) ]
1212 public class JointLabel : MonoBehaviour
1313 {
1414 /// <summary>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace UnityEngine.Perception.GroundTruth
88 /// <summary>
99 /// Defines a set of labels associated with the object and its descendants. A Labeling component will override any Labeling components on the object's ancestors.
1010 /// </summary>
11- [ AddComponentMenu ( "Perception/Joint Label " ) ]
11+ [ AddComponentMenu ( "Perception/Labeling/Labeling " ) ]
1212 public class Labeling : MonoBehaviour
1313 {
1414 /// <summary>
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ namespace UnityEngine.Perception.Randomization.Scenarios
66 /// <summary>
77 /// A scenario that runs for a fixed number of frames during each iteration
88 /// </summary>
9- [ AddComponentMenu ( "Perception/Randomization/ Scenarios/Fixed Length Scenario" ) ]
9+ [ AddComponentMenu ( "Perception/Scenarios/Fixed Length Scenario" ) ]
1010 [ MovedFrom ( "UnityEngine.Experimental.Perception.Randomization.Scenarios" ) ]
1111 public class FixedLengthScenario : UnitySimulationScenario < FixedLengthScenario . Constants >
1212 {
You can’t perform that action at this time.
0 commit comments