浏览代码

fixed xml doc

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

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


/// <summary>
/// On some platforms, the simulation capture package cannot capture the first frame of output,
/// so this is used to track whether the first frame has been skipped yet.
/// so this field is used to track whether the first frame has been skipped yet.
/// </summary>
protected bool m_SkipFrame = true;

正在加载...
取消
保存