C# Class UnityEngine.iOS.OnDemandResources

On Demand Resources API.

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
PreloadAsync ( string tags ) : OnDemandResourcesRequest

Creates an On Demand Resources (ODR) request.

Private Methods

Méthode Description
PreloadAsyncInternal ( string tags ) : OnDemandResourcesRequest

Method Details

PreloadAsync() public static méthode

Creates an On Demand Resources (ODR) request.

public static PreloadAsync ( string tags ) : OnDemandResourcesRequest
tags string Tags for On Demand Resources that should be included in the request.
Résultat OnDemandResourcesRequest