Version: 5.4
public bool isVisible ;

説明

カメラにレンダラーが表示されているか(読み取り専用)

Note that the object is considered visible when it needs to be rendered in the scene. For example, it might not actually be visible by any camera but still need to be rendered for shadows. When running in the editor, the scene view cameras will also cause this value to be true.

See Also: OnBecameVisible, OnBecameInvisible.