C# 클래스 FractureChunk, Unity-Voronoi

상속: MonoBehaviour
파일 보기 프로젝트 열기: jesta88/Unity-Voronoi

공개 프로퍼티들

프로퍼티 타입 설명
material Material

공개 메소드들

메소드 설명
CreateFanMesh ( Cell cell ) : void
CreateStipMesh ( Cell cell ) : void

메소드 상세

CreateFanMesh() 공개 메소드

public CreateFanMesh ( Cell cell ) : void
cell Cell
리턴 void

CreateStipMesh() 공개 메소드

public CreateStipMesh ( Cell cell ) : void
cell Cell
리턴 void

프로퍼티 상세

material 공개적으로 프로퍼티

public Material material
리턴 Material