Sdílet prostřednictvím


LoadModelResult.GetLoadedResourceOfType Metoda

Definice

Přetížení

GetLoadedResourceOfType(ObjectType)

Načte všechny prostředky daného typu, které byly načteny jako součást tohoto modelu.

GetLoadedResourceOfType(ObjectType, List<ResourceBase>)

GetLoadedResourceOfType(ObjectType)

Načte všechny prostředky daného typu, které byly načteny jako součást tohoto modelu.

public:
 System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::ResourceBase ^> ^ GetLoadedResourceOfType(Microsoft::Azure::RemoteRendering::ObjectType type);
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.ResourceBase> GetLoadedResourceOfType (Microsoft.Azure.RemoteRendering.ObjectType type);
member this.GetLoadedResourceOfType : Microsoft.Azure.RemoteRendering.ObjectType -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.ResourceBase>
Public Function GetLoadedResourceOfType (type As ObjectType) As IReadOnlyList(Of ResourceBase)

Parametry

type
ObjectType

Požadovaný typ musí určovat platný typ prostředku, například Mesh nebo Material.

Návraty

Poznámky

Pokud InvalidType je typ mimo zadaný rozsah, dojde k chybě.

Platí pro

GetLoadedResourceOfType(ObjectType, List<ResourceBase>)

public:
 void GetLoadedResourceOfType(Microsoft::Azure::RemoteRendering::ObjectType type, System::Collections::Generic::List<Microsoft::Azure::RemoteRendering::ResourceBase ^> ^ resultList);
public void GetLoadedResourceOfType (Microsoft.Azure.RemoteRendering.ObjectType type, System.Collections.Generic.List<Microsoft.Azure.RemoteRendering.ResourceBase> resultList);
member this.GetLoadedResourceOfType : Microsoft.Azure.RemoteRendering.ObjectType * System.Collections.Generic.List<Microsoft.Azure.RemoteRendering.ResourceBase> -> unit
Public Sub GetLoadedResourceOfType (type As ObjectType, resultList As List(Of ResourceBase))

Parametry

type
ObjectType
resultList
List<ResourceBase>

Platí pro