Class WrappedAssetBundleRequest
- Namespace
- S1API.AssetBundles
- Assembly
- S1API.dll
INTERNAL: Wrapper around UnityEngine.AssetBundleRequest instance.
public class WrappedAssetBundleRequest
- Inheritance
-
WrappedAssetBundleRequest
- Inherited Members
- Extension Methods
Properties
AllAssets
All Assets in the UnityEngine.AssetBundleRequest.
public Object[] AllAssets { get; }
Property Value
- Object[]
Asset
The requested UnityEngine.Object asset instance.
public Object Asset { get; }
Property Value
- Object