次の方法で共有


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

検索するコンポーネントの種類。

戻り値

指定した種類の最初のコンポーネント (見つかった場合)。

適用対象