Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AcceptsAttributeBag(IUxmlAttributes, CreationContext)

Returns true if the factory accepts the content of the attribute bag.
Read time 1 minuteLast updated 4 days ago

Definition

Warning
Deprecated. IUxmlFactory is deprecated and will be removed. Use UxmlElementAttribute instead.
bool AcceptsAttributeBag(IUxmlAttributes bag, CreationContext cc)

Parameters

The attribute bag.

The creation context.

Returns

Type

Description

boolTrue if the factory accepts the content of the attribute bag. False otherwise.

Remarks

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.