版本: Unity 6 (6000.0)
语言英语
  • C#

ElementsList<T0>.GetElement

建议更改

成功!

感谢您帮助我们提高 Unity 文档的质量。虽然我们无法接受所有提交,但我们会阅读用户提供的每个建议,并在适用时进行更新。

关闭

提交失败

由于某种原因,您的建议更改无法提交。请<a>稍后再试</a>。感谢您抽出时间帮助我们提高 Unity 文档的质量。

关闭

取消

声明

public T GetElement(uint elementID);

声明

public T GetElement(Dictionary<string,string> attributes);

声明

public T GetElement(string name, Dictionary<string,string> attributes);

参数

elementID 元素 ID。
attributes 元素必须包含的属性字典。
name 元素名称。

返回值

T 与参数匹配的列表中的元素。如果没有匹配项,则返回 null。

描述

从列表中获取元素。