Version: 2021.1
언어: 한국어

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.