Exemple #1
0
 public IProvider CreateProviderForSubContainerPrefabResource(
     Type resultType, object concreteIdentifier, GameObjectCreationParameters gameObjectBindInfo,
     string resourcePath, object identifier)
 {
     return(_subContainerPrefabResourceProviderCreator.CreateProvider(
                resultType, concreteIdentifier, resourcePath, identifier, gameObjectBindInfo));
 }
 public IProvider CreateProviderForSubContainerPrefabResource(
     Type resultType, string concreteIdentifier, string gameObjectName, string gameObjectGroupName,
     string resourcePath, object identifier)
 {
     return(_subContainerPrefabResourceProviderCreator.CreateProvider(
                resultType, concreteIdentifier, resourcePath, identifier, gameObjectName, gameObjectGroupName));
 }