IModAssetLoadWithSubAssets Method |
Name | Description | |
---|---|---|
LoadWithSubAssets(Boolean) |
Attempts to load this IModAsset with all associated sub assets.
The main asset will be loaded into AssetObject and the return value is an array of sub assets.
| |
LoadWithSubAssetsT(Boolean) |
Attempts to load this IModAsset with all associated sub assets.
The main asset will be loaded into AssetObject and the return value is an array of sub assets.
This overload will only return assets that are of the specified generic type such as 'Mesh'.
|