Version: 2021.1
언어: 한국어

ObjectSelectorTargetInfo

struct in UnityEditor.SearchService

매뉴얼로 전환

설명

A structure that contains information about an item that is about to be shown.

변수

globalObjectIdThe object's global identifier. It is always valid.
targetObjectIf the object is already loaded in Unity, this is its instance. The instance can be null.
typeIf the object is currently loaded in Unity, this is its underlying type. The type can be null.

생성자

ObjectSelectorTargetInfoCreates an ObjectSelectorTargetInfo.

Public 함수

LoadObjectLoads an object instance if it is not already loaded in Unity. This can return null if the object is part of a Scene or Prefab that is not loaded.