Version: 2017.2
public static Object GetPrefabObject (Object targetObject);

파라미터

targetObject An object contained within a prefab object.

반환

Object The prefab the object is contained in.

설명

Retrieves the enclosing prefab for any object contained within.

A prefab internally consists of a Prefab object and the list of objects used for the prefab. The Prefab object has a pointer to the root game object and if the prefab is an instance then it also contains a pointer to the asset it was created from and a list of modifications done to the instance.

This checks if the object is part of a prefab, either instance or asset. If so it returns the Prefab object.

no example available in C#