C# Class UnityEngine.iOS.OnDemandResources

On Demand Resources API.

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
PreloadAsync ( string tags ) : OnDemandResourcesRequest

Creates an On Demand Resources (ODR) request.

Private Methods

Method Description
PreloadAsyncInternal ( string tags ) : OnDemandResourcesRequest

Method Details

PreloadAsync() public static method

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.
return OnDemandResourcesRequest