Camera.OnPostRenderfunction OnPostRender () : voidDescriptionOnPostRender is called after a camera has finished rendering the scene. This message is sent to all scripts attached to the camera.
JavaScript
// This script lets you enable/disable fog per camera. using UnityEngine; import UnityEngine |
