Version: 2022.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.