Version: 2020.2
언어: 한국어

CanvasRenderer.AddUIVertexStream(List<UIVertex>,List<Vector3>,List<Color32>,List<Vector2>,List<Vector2>,List<Vector3>,List<Vector4>)

매뉴얼로 전환

파라미터

verts The UIVertex list to split.
positions The destination list for the verts positions.
colors The destination list for the verts colors.
uv0S The destination list for the verts uv0s.
uv1S The destination list for the verts uv1s.
normals The destination list for the verts normals.
tangents The destination list for the verts tangents.

설명

Take the Vertex steam and split it corrisponding arrays (positions, colors, uv0s, uv1s, normals and tangents).