Version: 2023.1

Graphics

class in UnityEngine

切换到手册

描述

Unity 绘图函数的原始接口。

这是访问 Unity 经过优化的网格绘图功能的高级快捷方式。

静态变量

activeColorBuffer当前激活的颜色缓冲区。(只读)
activeColorGamut返回当前激活的色域。
activeDepthBuffer当前激活的深度/模板缓冲区。(只读)
activeTierThe GraphicsTier for the current device.
minOpenGLESVersionThe minimum OpenGL ES version. The value is specified in PlayerSettings.
preserveFramebufferAlpha如果在“Player Settings”中启用原生 UI 渲染(只读),则返回 True。

静态函数

BlitUses a shader to copy the pixel data from a texture into a render texture.
BlitMultiTap将源纹理复制到目标,用于多点着色器。
ClearRandomWriteTargets为 Shader Model 4.5 级别的像素着色器清除随机写入目标。
ConvertTextureCopies the pixel data from one texture, converts the data into a different format, and copies it into another texture.
CopyBufferCopies the contents of one GraphicsBuffer into another.
CopyTextureCopies pixel data from one texture to another.
CreateAsyncGraphicsFenceShortcut for calling Graphics.CreateGraphicsFence with GraphicsFenceType.AsyncQueueSynchronisation as the first parameter.
CreateGraphicsFenceCreates a GraphicsFence.
DrawMesh绘制一个网格。
DrawMeshInstancedDraws the same mesh multiple times using GPU instancing.
DrawMeshInstancedIndirectThis function is now obsolete. Use Graphics.RenderMeshIndirect instead. Draws the same mesh multiple times using GPU instancing.
DrawMeshInstancedProceduralThis function is now obsolete. Use Graphics.RenderMeshPrimitives instead. Draws the same mesh multiple times using GPU instancing. This is similar to Graphics.DrawMeshInstancedIndirect, except that when the instance count is known from script, it can be supplied directly using this method, rather than via a ComputeBuffer.
DrawMeshNow立即绘制一个网格。
DrawProceduralThis function is now obsolete. For non-indexed rendering, use Graphics.RenderPrimitives instead. For indexed rendering, use Graphics.RenderPrimitivesIndexed. Draws procedural geometry on the GPU.
DrawProceduralIndirect在 GPU 上绘制程序化的几何形状。
DrawProceduralIndirectNow在 GPU 上绘制程序化的几何形状。
DrawProceduralNow在 GPU 上绘制程序化的几何形状。
DrawTexture在屏幕坐标系中绘制纹理。
ExecuteCommandBuffer执行命令缓冲区。
ExecuteCommandBufferAsync对基于传入的 ComputeQueueType 参数选择的异步计算队列执行命令缓冲区。
RenderMeshRenders a mesh with given rendering parameters.
RenderMeshIndirectRenders multiple instances of a mesh using GPU instancing and rendering command arguments from commandBuffer.
RenderMeshInstancedRenders multiple instances of a mesh using GPU instancing.
RenderMeshPrimitivesRenders multiple instances of a Mesh using GPU instancing and a custom shader.
RenderPrimitivesRenders non-indexed primitives with GPU instancing and a custom shader.
RenderPrimitivesIndexedRenders indexed primitives with GPU instancing and a custom shader.
RenderPrimitivesIndexedIndirectRenders indexed primitives with GPU instancing and a custom shader with rendering command arguments from commandBuffer.
RenderPrimitivesIndirectRenders primitives with GPU instancing and a custom shader using rendering command arguments from commandBuffer.
SetRandomWriteTarget为 Shader Model 4.5 级别的像素着色器设置随机写入目标。
SetRenderTarget设置当前渲染目标。
WaitOnAsyncGraphicsFenceInstructs the GPU to pause processing of the queue until it passes through the GraphicsFence fence.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961