public static function
BuildAssetBundleExplicitAssetNames(
assets:
Object[],
assetNames: string[],
pathName: string,
assetBundleOptions:
BuildAssetBundleOptions):
bool;
public static bool
BuildAssetBundleExplicitAssetNames(Object[]
assets,
string[]
assetNames,
string
pathName,
BuildAssetBundleOptions assetBundleOptions);
public static function
BuildAssetBundleExplicitAssetNames(
assets:
Object[],
assetNames: string[],
pathName: string,
out
crc: uint,
assetBundleOptions:
BuildAssetBundleOptions):
bool;
public static bool
BuildAssetBundleExplicitAssetNames(Object[]
assets,
string[]
assetNames,
string
pathName,
out uint
crc,
BuildAssetBundleOptions assetBundleOptions);
public static function BuildAssetBundleExplicitAssetNames(assets:
Object[],
assetNames: string[],
pathName: string):
bool;
public static bool BuildAssetBundleExplicitAssetNames(Object[] assets,
string[] assetNames,
string pathName);
public static function BuildAssetBundleExplicitAssetNames(assets:
Object[],
assetNames: string[],
pathName: string,
out crc: uint):
bool;
public static bool BuildAssetBundleExplicitAssetNames(Object[] assets,
string[] assetNames,
string pathName,
out uint crc);
public static function
BuildAssetBundleExplicitAssetNames(
assets:
Object[],
assetNames: string[],
pathName: string,
assetBundleOptions:
BuildAssetBundleOptions,
targetPlatform:
BuildTarget):
bool;
public static bool
BuildAssetBundleExplicitAssetNames(Object[]
assets,
string[]
assetNames,
string
pathName,
BuildAssetBundleOptions assetBundleOptions,
BuildTarget targetPlatform);
public static function
BuildAssetBundleExplicitAssetNames(
assets:
Object[],
assetNames: string[],
pathName: string,
out
crc: uint,
assetBundleOptions:
BuildAssetBundleOptions,
targetPlatform:
BuildTarget):
bool;
public static bool
BuildAssetBundleExplicitAssetNames(Object[]
assets,
string[]
assetNames,
string
pathName,
out uint
crc,
BuildAssetBundleOptions assetBundleOptions,
BuildTarget targetPlatform);