C# Class FractureChunk, Unity-Voronoi

Inheritance: MonoBehaviour
Exibir arquivo Open project: jesta88/Unity-Voronoi

Public Properties

Property Type Description
material Material

Public Methods

Method Description
CreateFanMesh ( Cell cell ) : void
CreateStipMesh ( Cell cell ) : void

Method Details

CreateFanMesh() public method

public CreateFanMesh ( Cell cell ) : void
cell Cell
return void

CreateStipMesh() public method

public CreateStipMesh ( Cell cell ) : void
cell Cell
return void

Property Details

material public_oe property

public Material material
return Material