C# 클래스 AStarTest.RenderTileData

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

공개 프로퍼티들

프로퍼티 타입 설명
Brush System.Windows.Media.Brush
From Direction
G int
H int
Stairs Stairs
Weight int

공개 메소드들

메소드 설명
RenderTileData ( System.Windows.Media.Brush bg ) : System

메소드 상세

RenderTileData() 공개 메소드

public RenderTileData ( System.Windows.Media.Brush bg ) : System
bg System.Windows.Media.Brush
리턴 System

프로퍼티 상세

Brush 공개적으로 프로퍼티

public Brush,System.Windows.Media Brush
리턴 System.Windows.Media.Brush

From 공개적으로 프로퍼티

public Direction From
리턴 Direction

G 공개적으로 프로퍼티

public int G
리턴 int

H 공개적으로 프로퍼티

public int H
리턴 int

Stairs 공개적으로 프로퍼티

public Stairs Stairs
리턴 Stairs

Weight 공개적으로 프로퍼티

public int Weight
리턴 int