다음을 통해 공유


Entity.FindComponentsOfTypeInHierarchy(ObjectType, Int32) 메서드

정의

엔터티의 하위 그래프(이 엔터티 포함)를 트래버스하고 그래프에 있는 특정 형식의 모든 구성 요소 목록을 반환합니다.

public:
 System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::ComponentBase ^> ^ FindComponentsOfTypeInHierarchy(Microsoft::Azure::RemoteRendering::ObjectType type, int maxResultCount);
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.ComponentBase> FindComponentsOfTypeInHierarchy (Microsoft.Azure.RemoteRendering.ObjectType type, int maxResultCount);
member this.FindComponentsOfTypeInHierarchy : Microsoft.Azure.RemoteRendering.ObjectType * int -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.ComponentBase>
Public Function FindComponentsOfTypeInHierarchy (type As ObjectType, maxResultCount As Integer) As IReadOnlyList(Of ComponentBase)

매개 변수

type
ObjectType

검색할 구성 요소 유형(예: MeshComponent)입니다.

maxResultCount
Int32

0보다 큰 경우 이 값은 반환된 요소의 최대 수를 지정합니다. 음수 값 또는 0의 경우 크기 제한이 부과되지 않습니다.

반환

찾은 요소의 배열 또는 빈 배열입니다.

설명

첫 번째 결과만 필요한 경우 검색 함수가 일찍 반환될 수 있도록 maxResultCount를 1로 설정해야 합니다.

적용 대상