浏览代码

hide perception updater from add component menu

/0.8.0-preview.1_staging
sleal-unity 4 年前
当前提交
03a3f812
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      com.unity.perception/Runtime/GroundTruth/PerceptionUpdater.cs

1
com.unity.perception/Runtime/GroundTruth/PerceptionUpdater.cs


/// PerceptionUpdater is automatically spawned when the player starts and is used to coordinate and maintain
/// static perception lifecycle behaviours.
/// </summary>
[AddComponentMenu("")]
[DefaultExecutionOrder(5)]
class PerceptionUpdater : MonoBehaviour
{

正在加载...
取消
保存