浏览代码

added missing xml doc

/main
Steven Leal 4 年前
当前提交
96dbd906
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      com.unity.perception/Runtime/Randomization/Scenarios/ScenarioBase.cs

1
com.unity.perception/Runtime/Randomization/Scenarios/ScenarioBase.cs


/// Serializes the scenario's constants and randomizer settings to a JSON file located at the path resolved by
/// the defaultConfigFilePath scenario property
/// </summary>
/// <param name="filePath">The file path to serialize the scenario to</param>
public virtual void SerializeToFile(string filePath)
{
ScenarioSerializer.SerializeToFile(this, filePath);

正在加载...
取消
保存