C# 클래스 Grey.Graphics.VGPCustom

상속: IVGeoProvider
파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CustomInds int[][]
CustomVerts Grey.Graphics.VertexVoxel[][]

공개 메소드들

메소드 설명
Append ( List lVerts, List lInds, MeshedFace &mf ) : void
Decomposed ( MeshedFace mf ) : IEnumerable
VGPCustom ( ) : System

메소드 상세

Append() 공개 메소드

public Append ( List lVerts, List lInds, MeshedFace &mf ) : void
lVerts List
lInds List
mf MeshedFace
리턴 void

Decomposed() 공개 정적인 메소드

public static Decomposed ( MeshedFace mf ) : IEnumerable
mf MeshedFace
리턴 IEnumerable

VGPCustom() 공개 메소드

public VGPCustom ( ) : System
리턴 System

프로퍼티 상세

CustomInds 공개적으로 프로퍼티

public int[][] CustomInds
리턴 int[][]

CustomVerts 공개적으로 프로퍼티

public VertexVoxel[][],Grey.Graphics CustomVerts
리턴 Grey.Graphics.VertexVoxel[][]