Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ GameObjectOf() [1/2]

static GameObject Sisus.Init.Find.GameObjectOf ( [DisallowNull] object attachedObject)
static

Returns GameObject to which the given object is attached.

Parameters
attachedObjectThe Component or plain old class object wrapped by a Wrapper<> component whose containing GameObject should be returned.
Returns
GameObject that has the given object is attached to it, if found; otherwise, null.