C# Class Voronoi.SurfaceMesh

Inheritance: Surface
显示文件 Open project: jesta88/Unity-Voronoi Class Usage Examples

Public Properties

Property Type Description
mesh UnityEngine.Mesh

Public Methods

Method Description
FromPoints ( Point points ) : SurfaceMesh
SurfaceMesh ( ) : System.Collections

Method Details

FromPoints() public method

public FromPoints ( Point points ) : SurfaceMesh
points Point
return SurfaceMesh

SurfaceMesh() public method

public SurfaceMesh ( ) : System.Collections
return System.Collections

Property Details

mesh public_oe property

public Mesh,UnityEngine mesh
return UnityEngine.Mesh