Version: 2021.2
언어: 한국어

PrefabUtility.GetAddedComponents

매뉴얼로 전환
public static List<AddedComponent> GetAddedComponents (GameObject prefabInstance);

파라미터

prefabInstance The Prefab instance to get information about.

반환

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

설명

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