Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用这个表达式 Scene.Find().Find(),它会得到包含在 plotcube 中的第一行对象。否则我可以遍历 plotcube 中包含的对象并找到每个线图?
你的意思是 ... ?
foreach (var lineplot in scene.Find<ILLinePlot>()) { // do with lineplot here }