C# 클래스 SharpNav.Pathfinding.NavPoint

파일 보기 프로젝트 열기: Robmaister/SharpNav 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Null NavPoint
Polygon NavPolyId
Position Microsoft.Xna.Framework.Vector3

공개 메소드들

메소드 설명
NavPoint ( NavPolyId poly, Microsoft.Xna.Framework.Vector3 pos )

Initializes a new instance of the NavPoint struct.

메소드 상세

NavPoint() 공개 메소드

Initializes a new instance of the NavPoint struct.
public NavPoint ( NavPolyId poly, Microsoft.Xna.Framework.Vector3 pos )
poly NavPolyId The polygon that the point is on.
pos Microsoft.Xna.Framework.Vector3 The 3d position of the point.

프로퍼티 상세

Null 공개적으로 정적으로 프로퍼티

A null point that isn't associated with any polygon.
public static NavPoint,SharpNav.Pathfinding Null
리턴 NavPoint

Polygon 공개적으로 프로퍼티

A reference to the polygon this point is on.
public NavPolyId Polygon
리턴 NavPolyId

Position 공개적으로 프로퍼티

The 3d position of the point.
public Microsoft.Xna.Framework.Vector3 Position
리턴 Microsoft.Xna.Framework.Vector3