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
Syntax
public static Func<AddressableAssetGroup, bool> GroupFilterFunc
Returns
Type | Description |
---|---|
Func<AddressableAssetGroup, Boolean> |