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

찾을 구성 요소의 종류입니다.

반환

지정된 종류의 첫 번째 구성 요소(있는 경우)입니다.

적용 대상