浏览代码

fix cref error found by doc validation (#5421)

/release_18_branch
GitHub 3 年前
当前提交
50a25126
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.ml-agents/Runtime/Sensors/GridSensorComponent.cs

2
com.unity.ml-agents/Runtime/Sensors/GridSensorComponent.cs


[HideInInspector, SerializeField]
protected internal string m_SensorName = "GridSensor";
/// <summary>
/// Name of the generated <see cref="GridSensor"/> object.
/// Name of the generated <see cref="GridSensorBase"/> object.
/// Note that changing this at runtime does not affect how the Agent sorts the sensors.
/// </summary>
public string SensorName

正在加载...
取消
保存