Click or drag to resize

IModAssetLoadWithSubAssets Method

Overload List
  NameDescription
Public methodLoadWithSubAssets(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.
Public methodLoadWithSubAssetsT(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'.
Top
See Also