Field GroupFilterFunc
Functor to filter AddressableAssetGroups during content update. If the functor returns false, the group is excluded from the update.
Namespace: UnityEditor.AddressableAssets.Build
Assembly: Unity.Addressables.Editor.dll
Syntax
public static Func<AddressableAssetGroup, bool> GroupFilterFunc
Returns
Type | Description |
---|---|
Func<AddressableAssetGroup, bool> |