Version: 5.6

GameObject.activeInHierarchy

매뉴얼로 전환
public bool activeInHierarchy ;

설명

Is the GameObject active in the scene?

This lets you know if a gameObject is active in the game. That is the case if its GameObject.activeSelf property is enabled, as well as that of all it's parents.

See Also: GameObject.SetActive, GameObject.activeSelf.