AssetListBase.

SetListTypes(Type, Type, Type) Method

Summary

[Editor-Only] Assigns the list types that need to be defined outside this assembly so they c an be used internally.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
AssetListBase

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)

Remarks

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

Type Description
void