C# 클래스 MapGen.Structure, chrawl

파일 보기 프로젝트 열기: PentaHelix/chrawl

공개 프로퍼티들

프로퍼티 타입 설명
c int
d int
h int
nodes List
special string
t string
w int
x int
y int

공개 메소드들

메소드 설명
Intersects ( Structure, s ) : bool
Structure ( int x, int y, int w, int h, int d, string t ) : UnityEngine

메소드 상세

Intersects() 공개 메소드

public Intersects ( Structure, s ) : bool
s Structure,
리턴 bool

Structure() 공개 메소드

public Structure ( int x, int y, int w, int h, int d, string t ) : UnityEngine
x int
y int
w int
h int
d int
t string
리턴 UnityEngine

프로퍼티 상세

c 공개적으로 프로퍼티

public int c
리턴 int

d 공개적으로 프로퍼티

public int d
리턴 int

h 공개적으로 프로퍼티

public int h
리턴 int

nodes 공개적으로 프로퍼티

public List nodes
리턴 List

special 공개적으로 프로퍼티

public string special
리턴 string

t 공개적으로 프로퍼티

public string t
리턴 string

w 공개적으로 프로퍼티

public int w
리턴 int

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int