浏览代码

clean up

/0.9.0.preview.1_staging
RuiyuZ 3 年前
当前提交
a402ac7b
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 6
      com.unity.perception/Runtime/Randomization/Scenarios/PerceptionScenario.cs

6
com.unity.perception/Runtime/Randomization/Scenarios/PerceptionScenario.cs


/// </summary>
MetricDefinition m_IterationMetricDefinition;
/// <summary>
/// The scriptable render pipeline hook used to capture perception data skips the first frame of the simulation
/// when running locally, so this flag is used to track whether the first frame has been skipped yet.
/// </summary>
protected bool m_SkippedFirstFrame;
/// <inheritdoc/>
protected override bool isScenarioReadyToStart => Time.frameCount >= 1;

正在加载...
取消
保存