示例#1
0
 public AssetBundleHolder(string name, List <AssetBundleHolder> dependencies, LocationHolder inLocation)
 {
     Name         = name;
     Dependencies = dependencies;
     _inLocation  = inLocation;
 }
 public LocationODRLoadRequest(LocationHolder holder, string odrTag) : base(holder)
 {
     _odrTag     = odrTag;
     _odrRequest = ResourceODRLocation.PreloadAsync(new[] { odrTag });
 }
 protected LocationLoadRequest(LocationHolder holder)
 {
     _holder = holder;
 }
 public LocationDefaultLoadRequest(LocationHolder holder) : base(holder)
 {
 }