Unity3D画直线、画点插件Vectrosity简介

U3D目前发现的一个画线最好的工具。 画一条直线dom // Make Vector2 array; in this case we just use 2 elements... var linePoints = [Vector2(0, Random.Range(0, Screen.height)), // ...one on the left side of the screen som
相关文章
相关标签/搜索