C# Class CanvasMesh, FIcontent.Gaming.Enabler.phenomobilecharactermanager

Inheritance: Graphic
显示文件 Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

Public Properties

Property Type Description
order SortingOrder46,

Public Methods

Method Description
SetMesh ( List _vertices, List colors ) : void
SetMesh ( List _vertices, List triangles, Color32 color ) : void

Protected Methods

Method Description
OnFillVBO ( List vbo ) : void

Method Details

OnFillVBO() protected method

protected OnFillVBO ( List vbo ) : void
vbo List
return void

SetMesh() public method

public SetMesh ( List _vertices, List colors ) : void
_vertices List
colors List
return void

SetMesh() public method

public SetMesh ( List _vertices, List triangles, Color32 color ) : void
_vertices List
triangles List
color UnityEngine.Color32
return void

Property Details

order public_oe property

public SortingOrder46, order
return SortingOrder46,