Version: 2018.2
Experimental: this API is experimental and might be changed or removed in the future.

IUxmlFactory.AcceptsAttributeBag

マニュアルに切り替える
public bool AcceptsAttributeBag (Experimental.UIElements.IUxmlAttributes bag);

パラメーター

bagThe attribute bag.

戻り値

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

説明

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.