AcceptsAttributeBag(IUxmlAttributes, CreationContext)
Returns true.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public virtual bool AcceptsAttributeBag(IUxmlAttributes bag, CreationContext cc)
Parameters
Returns
Type | Description |
|---|---|
| bool | Always true. |
Remarks
By default, accepts any attribute bags. Override this function if you want to make specific checks on the attribute bag.