共用方式為


SceneNode.FindFirstComponentOfType(SceneComponentType) 方法

定義

擷取指定種類的第一個元件。

public:
 virtual SceneComponent ^ FindFirstComponentOfType(SceneComponentType value) = FindFirstComponentOfType;
SceneComponent FindFirstComponentOfType(SceneComponentType const& value);
public SceneComponent FindFirstComponentOfType(SceneComponentType value);
function findFirstComponentOfType(value)
Public Function FindFirstComponentOfType (value As SceneComponentType) As SceneComponent

參數

value
SceneComponentType

要尋找的元件種類。

傳回

如果找到指定種類的第一個元件,則為 。

適用於