Field ExpandedEfficiency
Percentage of Efficiency asset usage that uses the entire dependency tree of this bundle dependency. This includes DependencyBundle and all bundles beneath it. Value is equal to [Total Filesize of Dependency Assets] / [Total size of all dependency bundles on disk] Example: There are 3 bundles A, B, and C, that are each 10 MB on disk. A depends on 2 MB worth of assets in B, and B depends on 4 MB worth of assets in C. The Efficiency of the dependencyLink from A->B would be 2/10 -> 20% and the ExpandedEfficiency of A->B would be (2 + 4)/(10 + 10) -> 6/20 -> 30%
Namespace: UnityEditor.AddressableAssets.Build.Layout
Assembly: Unity.Addressables.Editor.dll
Syntax
public float ExpandedEfficiency
Returns
Type | Description |
---|---|
float |