返回介绍

Graphics 图形

发布于 2019-12-18 15:37:44 字数 3062 浏览 938 评论 0 收藏 0

class in UnityEngine

Description 描述

Raw interface to Unity's drawing functions.

Unity绘画功能的原始指标。

This is the high-level shortcut into the optimized mesh drawing functionality of Unity.

该函数是进入Unity最佳网格绘画功能的高级捷径。

Static Variables 静态变量

activeColorBufferCurrently active color buffer (Read Only).
当前有效的颜色缓冲区(只读)。
activeDepthBufferCurrently active depth/stencil buffer (Read Only).
当前有效的深度/模版缓存区(只读)。

Static Functions 静态函数

BlitCopies source texture into destination render texture with a shader.
拷贝资源纹理到目的渲染纹理的主色器中。
BlitMultiTapCopies source texture into destination, for multi-tap shader.
拷贝源纹理到目的渲染纹理,用于multi-tap着色器。
ClearRandomWriteTargetsClear random write targets for Shader Model 5.0 level pixel shaders.
清除着色器模式5.0级别像素着色器的随机写入目标。
DrawMeshDraw a mesh.
绘制一个网格。
DrawMeshNowDraw a mesh immediately.
立刻绘制网格。
DrawProceduralDraws a fully procedural geometry on the GPU.
在GPU中绘制程序上的几何结构。
DrawProceduralIndirectDraws a fully procedural geometry on the GPU.
在GPU中绘制程序上的几何结构。
DrawTextureDraw a texture in screen coordinates.
在屏幕坐标上绘制一个纹理。
ExecuteCommandBufferExecute a command buffer.
执行缓存区命令。
SetRandomWriteTargetSet random write target for Shader Model 5.0 level pixel shaders.
为着色模型5.0水平像素着色器设置随机写入目标。
SetRenderTargetSets current render target.
设置当前渲染目标。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文