Version: 2022.3
言語: 日本語

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

マニュアルに切り替える

パラメーター

verts 分割する UIVertex のリスト
positions 頂点 position の対象リスト
colors 頂点 color の対象リスト
uv0S 頂点 uv0 の対象リスト
uv1S 頂点 uv1 の対象リスト
normals 頂点 normal の対象リスト
tangents 頂点 tangent の対象リスト

説明

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