Version: 2021.1
public Object ToObject ();
public Object ToObject (Type type);

参数

type Used to validate if the object is assignable to Type.

返回

Object Returns a Unity Object or null if there is none.

描述

Returns any valid Unity Object held by the search item.

See SearchProvider.toObject more information on what it means to convert a SearchItem to a UnityEngine.Object.


public T ToObject ();

返回

T Used to validate if the object is assignable to T.

描述

Returns any valid Unity Object held by the search item.