|
Init(args)
Scripting Reference
|
◆ Wrapper< TWrapped >()
Returns component which wraps an object of type TWrapped .
Objects match the search criteria if their class is of type TWrapped , if their class derives from a base class of type TWrapped , or their class implements an interface of type TWrapped . Only objects whose classes derive from Component or ScriptableObject or objects that are wrapped by a IWrapper<T> can be returned.
|