다음을 통해 공유


Entity.Components 속성

정의

이 엔터티에 연결된 모든 구성 요소의 읽기 전용 목록입니다.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::ComponentBase ^> ^ Components { System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::ComponentBase ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.ComponentBase> Components { get; }
member this.Components : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.ComponentBase>
Public ReadOnly Property Components As IReadOnlyList(Of ComponentBase)

속성 값

적용 대상