Engine/Unity

Component.GetComponentsInChildren(Type t, bool includeInactive)

VirtualDever 2022. 3. 21. 21:38

GetComponentsInChildren() 할 때 파라미터로 includeInactive를 true로 설정하면 비활성화된 children 배열을 가져올 수 있다.

비활성화 된 게임오브젝트의 컴포넌트를 가져오는 방법은 이 방법 밖에 없는 것으로 보인다.

 

- 출처 : Unity - Scripting API: Component.GetComponentsInChildren (unity3d.com)

 

Unity - Scripting API: Component.GetComponentsInChildren

Success! Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable. Close

docs.unity3d.com