Partager via


SceneNode.FindFirstComponentOfType(SceneComponentType) Méthode

Définition

Récupère le premier composant du type spécifié.

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

Paramètres

value
SceneComponentType

Type de composant à rechercher.

Retours

Premier composant du type spécifié, le cas échéant.

S’applique à