UnityEngine.iOS.OnDemandResources.PreloadAsync C# (CSharp) Method

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
        public static OnDemandResourcesRequest PreloadAsync(string[] tags)
        {
            return PreloadAsyncInternal(tags);
        }