public static List<AddedComponent> GetAddedComponents (GameObject prefabInstance);

파라미터

prefabInstanceThe Prefab instance to get information about.

반환

List<AddedComponent> List of objects with information about added components.

설명

Returns a list of PrefabUtility.AddedComponent objects which contain information about added component overrides on the Prefab instance.