浏览代码

punctuation

/main
Mohsen Kamalzadeh 4 年前
当前提交
08df283c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.perception/CHANGELOG.md

2
com.unity.perception/CHANGELOG.md


### Upgrade Notes
All appearances of the term `KeyPoint` have been renamed to `Keypoint`. Therefore the following steps will be required after upgrading to this version:
All appearances of the term `KeyPoint` have been renamed to `Keypoint`. Therefore, the following steps will be required after upgrading to this version:
* If you have code that relies on any renamed types or names, alter your code to reflect the new names.
* If you are using custom `KeypointTemplate` assets besides the provided `CocoKeypointTemplate`, open those assets in a text editor and change the `keyPoints:` line to `keypoints:`, then save the file.

正在加载...
取消
保存