Пример #1
0
 public bool AreAllDescendantsVisible(GameObject gameObject)
 {
     return(SceneVisibilityState.AreAllChildrenVisible(gameObject));
 }