activeFilters
Defines the filters that the dynamic atlas system uses to exclude textures from the texture atlas.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public DynamicAtlasFilters activeFilters { get; set; }
Remarks
When you assign a delegate to the atlas's custom filter, activeFilters is passed to the custom filter.