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

Given an asset/object, this function returns the prefab it is a child of. 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#