Version: 2017.1
public bool isVisible ;

Descripción

Es este renderer visible a cualquier cámara? (Lectura solamente)

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.