protected override void OnCreateAssetNodeAsync(AssetNode assetNode)
        {
            string     bundlePath = assetDetailConfig.GetBundleByPath(assetNode.Path);
            BundleNode bundleNode = GetAsyncBundleNode(bundlePath);

            bundleNode.RetainRef();
        }
Esempio n. 2
0
 internal void BindDepend(BundleNode node)
 {
     node.RetainRef();
     depends.Add(node);
 }