Version: 2020.3
言語: 日本語

ObjectSelectorHandlerWithTagsAttribute

class in UnityEngine.SearchService

マニュアルに切り替える

説明

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

This attribute allows you to specify tags that a GameObject or Component must have for the object selector to display it.

変数

tagsThe tags to match. Because a GameObject can only have one tag, only one of them must be present.

コンストラクタ

ObjectSelectorHandlerWithTagsAttributeConstructor used to declare the ObjectSelectorHandlerWithTagsAttribute on a field.