C# 클래스 HPASharp.Neighbour

파일 보기 프로젝트 열기: Rydra/HierarchicalPathfinder

공개 프로퍼티들

프로퍼티 타입 설명
Cost int
Target int

공개 메소드들

메소드 설명
Neighbour ( int target, int cost ) : System

메소드 상세

Neighbour() 공개 메소드

public Neighbour ( int target, int cost ) : System
target int
cost int
리턴 System

프로퍼티 상세

Cost 공개적으로 프로퍼티

public int Cost
리턴 int

Target 공개적으로 프로퍼티

public int Target
리턴 int