浏览代码

updated changelog

/main
Steven Leal 4 年前
当前提交
21874f56
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
      com.unity.perception/CHANGELOG.md

6
com.unity.perception/CHANGELOG.md


Added ScenarioConstants base class for all scenario constants objects
Added ScenarioBase.SerializeToConfigFile()
### Changed
Randomizers now access their parent scenario through the static activeScenario property

Replaced ScenarioBase.GenerateRandomSeed() with ScenarioBase.NextRandomState()
ScenarioBase.Serialize() now directly returns the serialized scenario configuration JSON string instead of writing directly to a file (use SerializeToConfigFile() instead)
ScenarioBase.Serialize() now not only serializes scenario constants, but also all sampler member fields on randomizers attached to the scenario
### Deprecated

正在加载...
取消
保存