Class AssetBundleRecompressOperation
Inheritance
AssetBundleRecompressOperation
Assembly: UnityEngine.dll
Syntax
public class AssetBundleRecompressOperation : AsyncOperation
Properties
humanReadableResult
Declaration
public string humanReadableResult { get; }
Property Value
Declaration
public string inputPath { get; }
Property Value
outputPath
Declaration
public string outputPath { get; }
Property Value
result
Declaration
public AssetBundleLoadResult result { get; }
Property Value
success
Declaration
public bool success { get; }
Property Value
Extension Methods