Version: 2020.1
언어: 한국어

MeshWriteData

class in UnityEngine.UIElements

매뉴얼로 전환

설명

A class that represents the vertex and index data allocated for drawing the content of a VisualElement.

You can use this object to fill the values for the vertices and indices only during a callback to the VisualElement.generateVisualContent delegate. Do not store the passed MeshWriteData outside the scope of VisualElement.generateVisualContent as Unity could recycle it for other callbacks.

변수

indexCountThe number of indices successfully allocated for VisualElement content drawing.
uvRegionA rectangle describing the UV region holding the texture passed to MeshGenerationContext.Allocate.
vertexCountThe number of vertices successfully allocated for VisualElement content drawing.

Public 함수

SetAllIndicesFills the values of the allocated indices with values copied directly from an array. Each 3 consecutive indices form a single triangle.
SetAllVerticesFills the values of the allocated vertices with values copied directly from an array. When this method is called, it is not possible to use SetNextVertex to fill the allocated vertices array.
SetNextIndexAssigns the value of the next index of the allocated indices list.
SetNextVertexAssigns the value of the next vertex of the allocated vertices list.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961