This version of Unity is unsupported.

UxmlFactory<T0,T1>.AcceptsAttributeBag

Declaration

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

Parameters

bag The attribute bag.

Returns

bool Always true.

Description

Returns true.

By default, accepts any attribute bags. Override this function if you want to make specific checks on the attribute bag.