C# 클래스 SharpNav.PolyMesh.Edge

Another edge structure, but this one contains the RegionId and AreaId.
파일 보기 프로젝트 열기: Robmaister/SharpNav

공개 프로퍼티들

프로퍼티 타입 설명
Area Area
Region RegionId
Vert0 int
Vert1 int

공개 메소드들

메소드 설명
Edge ( int vert0, int vert1, RegionId region, Area area )

Initializes a new instance of the Edge struct.

메소드 상세

Edge() 공개 메소드

Initializes a new instance of the Edge struct.
public Edge ( int vert0, int vert1, RegionId region, Area area )
vert0 int Vertex A
vert1 int Vertex B
region RegionId Region id
area Area Area id

프로퍼티 상세

Area 공개적으로 프로퍼티

public Area Area
리턴 Area

Region 공개적으로 프로퍼티

public RegionId Region
리턴 RegionId

Vert0 공개적으로 프로퍼티

public int Vert0
리턴 int

Vert1 공개적으로 프로퍼티

public int Vert1
리턴 int