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.