This version of Unity is unsupported.

IBaseUxmlFactory.AcceptsAttributeBag

Declaration

public bool AcceptsAttributeBag(UIElements.IUxmlAttributes bag, UIElements.CreationContext cc);

Parameters

bag The attribute bag.
cc The creation context.

Returns

bool True if the factory accepts the content of the attribute bag. False otherwise.

Description

Returns true if the factory accepts the content of the attribute bag.

Use this function to validate the content of the attribute bag against the requirements of your factory. If a required attribute is missing or if an attribute value is incorrect, return false. Otherwise, if the bag content is acceptable to your factory, return true.