C# 클래스 Pathfinding.Voxels.CompactVoxelSpan

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

공개 프로퍼티들

프로퍼티 타입 설명
con uint
h uint
reg int
y ushort

공개 메소드들

메소드 설명
CompactVoxelSpan ( ushort bottom, uint height ) : UnityEngine
GetConnection ( int dir ) : int
SetConnection ( int dir, uint value ) : void

메소드 상세

CompactVoxelSpan() 공개 메소드

public CompactVoxelSpan ( ushort bottom, uint height ) : UnityEngine
bottom ushort
height uint
리턴 UnityEngine

GetConnection() 공개 메소드

public GetConnection ( int dir ) : int
dir int
리턴 int

SetConnection() 공개 메소드

public SetConnection ( int dir, uint value ) : void
dir int
value uint
리턴 void

프로퍼티 상세

con 공개적으로 프로퍼티

public uint con
리턴 uint

h 공개적으로 프로퍼티

public uint h
리턴 uint

reg 공개적으로 프로퍼티

public int reg
리턴 int

y 공개적으로 프로퍼티

public ushort y
리턴 ushort