Version: 2023.2
言語: 日本語
public Object[] LoadAssetWithSubAssets (string name);
public Object[] LoadAssetWithSubAssets (string name, Type type);
public T[] LoadAssetWithSubAssets (string name);

パラメーター

name Name of the Asset.
type Type to load.

説明

Loads Asset and sub Assets from the AssetBundle synchronously.

Load objects from the Asset and its SubAssets. If the signatures that specify the type are called then the requested type is matched against the Main object and Visible objects in each Asset. Otherwise the main objects of each Asset is returned. An example usage is to load all sprites from an sprite that uses "Multiple" for its Sprite Mode.