浏览代码

updated comments & tooltip

/hh-develop-max-steps-demo-recorder
HH 4 年前
当前提交
71ae5d37
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 8
      com.unity.ml-agents/Runtime/Demonstrations/DemonstrationRecorder.cs

8
com.unity.ml-agents/Runtime/Demonstrations/DemonstrationRecorder.cs


public bool Record;
/// <summary>
/// Number of steps to record. If this number is higher than zero, the editor will stop
/// playing when it reaches this threshold.
/// Number of steps to record. The editor will stop playing when it reaches this threshold.
/// Set to zero to record indefinitely.
[Tooltip("Number of steps to record. If this number is higher than zero, the editor will stop " +
"playing when it reaches this threshold.")]
[Tooltip("Number of steps to record. The editor will stop playing when it reaches this threshold. " +
"Set to zero to record indefinitely.")]
public int NumStepsToRecord = 0;
/// <summary>

正在加载...
取消
保存