C# Class UnityEditor.AssetBundleBuild

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
assetBundleName string
assetBundleVariant string
assetNames string[]

Property Details

assetBundleName public_oe property

AssetBundle name.

public string assetBundleName
Résultat string

assetBundleVariant public_oe property

AssetBundle variant.

public string assetBundleVariant
Résultat string

assetNames public_oe property

Asset names which belong to the given AssetBundle.

public string[] assetNames
Résultat string[]