浏览代码

added code comments

/main
Steven Leal 4 年前
当前提交
65aabbc3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      com.unity.perception/Tests/Editor/RandomizerEditorTests.cs

1
com.unity.perception/Tests/Editor/RandomizerEditorTests.cs


protected override void OnCreate()
{
// This line should throw a NullReferenceException
testGameObject.transform.position = Vector3.zero;
}
}
正在加载...
取消
保存