Culling details

How to find that the particular game object or transform is visible or not, on a camera currently?

Can anyone suggest me.

Thanks

Try http://unity3d.com/support/documentation/ScriptReference/Renderer-isVisible.

Thanks,

If I am not wrong, Renderer.isVisible is to find , Is it visible on any of the camera?. If it is visible to any one of the camera then it return true. But, I need to check on particular camera. is it visible on particular camera or not?

Thanks in advance,