Version: 2020.3
言語: 日本語

ObjectSelectorHandlerWithLabelsAttribute

class in UnityEngine.SearchService

マニュアルに切り替える

説明

A class attribute that allows you to define label constraints on a MonoBehavior or ScriptableObject's field in the object selector.

This attribute allows you to specify labels that an Asset must have for the object selector to display it.

変数

labelsThe labels to match.
matchAllBoolean that indicates whether all labels, or only one of them, should match. Default is true.

コンストラクタ

ObjectSelectorHandlerWithLabelsAttributeConstructor used to declare the ObjectSelectorHandlerWithLabelsAttribute on a field.