SceneNode.FindFirstComponentOfType(SceneComponentType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.