Camera.OnRenderObject 在渲染物体之后

function OnRenderObject () : void

Description描述

OnRenderObject is called after camera has rendered the scene.

OnRenderObject 被用来渲染你自己的物体,使用或者其他函数。

This can be used to render your own objects using Graphics.DrawMeshNow or other functions. This function is similar to OnPostRender, except OnRenderObject is called on any object that has a script with the function; no matter if it's attached to a Camera or not.

该函数被用来渲染你自己的物体,使用Graphics.DrawMeshNow或者其他函数。这个函数类似于OnPostRender,除了OnRenderObject在任意物体有一个脚本带有这个函数被调用。不论是否它附加到相机或没有。

最后修改:2011年3月7日 Monday 16:44

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。