Interface AssetBundleImportJobFolderOverrideTags.Builder

    • Method Detail

      • folderIds

        AssetBundleImportJobFolderOverrideTags.Builder folderIds​(Collection<String> folderIds)

        A list of folder IDs that you want to apply overrides to. You can use * to override all folders in this asset bundle.

        Parameters:
        folderIds - A list of folder IDs that you want to apply overrides to. You can use * to override all folders in this asset bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • folderIds

        AssetBundleImportJobFolderOverrideTags.Builder folderIds​(String... folderIds)

        A list of folder IDs that you want to apply overrides to. You can use * to override all folders in this asset bundle.

        Parameters:
        folderIds - A list of folder IDs that you want to apply overrides to. You can use * to override all folders in this asset bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        AssetBundleImportJobFolderOverrideTags.Builder tags​(Collection<Tag> tags)

        A list of tags for the folders that you want to apply overrides to.

        Parameters:
        tags - A list of tags for the folders that you want to apply overrides to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        AssetBundleImportJobFolderOverrideTags.Builder tags​(Tag... tags)

        A list of tags for the folders that you want to apply overrides to.

        Parameters:
        tags - A list of tags for the folders that you want to apply overrides to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.