Share via


SceneNode.FindFirstComponentOfType(SceneComponentType) Method

Definition

Retrieves the first component of the specified kind.

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

Parameters

value
SceneComponentType

The kind of component to find.

Returns

The first component of the specified kind, if one is found.

Applies to