C# Class MeshFactory, isoAbbeyTFG

Inheritance: MonoBehaviour
显示文件 Open project: nvidiosin/isoAbbeyTFG Class Usage Examples

Public Methods

Method Description
Generate ( CellProperties properties ) : void
getFaces ( ) : FaceNoSC[]
getMesh ( ) : Mesh
getTexture2D ( ) : Texture2D

Method Details

Generate() public abstract method

public abstract Generate ( CellProperties properties ) : void
properties CellProperties
return void

getFaces() public abstract method

public abstract getFaces ( ) : FaceNoSC[]
return FaceNoSC[]

getMesh() public abstract method

public abstract getMesh ( ) : Mesh
return Mesh

getTexture2D() public abstract method

public abstract getTexture2D ( ) : Texture2D
return UnityEngine.Texture2D