Summary
[Editor-Only]
Assigns the list types that need to be defined outside this assembly so they c an be used internally.
Syntax
[Obsolete("This method should only be called by Weaver.AssetList to specify the list types defined outside Weaver.dll")]
public static void SetListTypes(Type genericAssetList, Type lazyAssetList, Type metaAssetList)
This method should only be called by Weaver.AssetList.
Attributes
Type |
Description |
ObsoleteAttribute |
|
Parameters
Name |
Type |
Description |
genericAssetList |
Type |
|
lazyAssetList |
Type |
|
metaAssetList |
Type |
|
Return Value