C# 클래스 Pathfinding.Voxels.LinkedVoxelSpan

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

공개 프로퍼티들

프로퍼티 타입 설명
area int
bottom uint
next int
top uint

공개 메소드들

메소드 설명
LinkedVoxelSpan ( uint bottom, uint top, int area ) : UnityEngine
LinkedVoxelSpan ( uint bottom, uint top, int area, int next ) : UnityEngine

메소드 상세

LinkedVoxelSpan() 공개 메소드

public LinkedVoxelSpan ( uint bottom, uint top, int area ) : UnityEngine
bottom uint
top uint
area int
리턴 UnityEngine

LinkedVoxelSpan() 공개 메소드

public LinkedVoxelSpan ( uint bottom, uint top, int area, int next ) : UnityEngine
bottom uint
top uint
area int
next int
리턴 UnityEngine

프로퍼티 상세

area 공개적으로 프로퍼티

public int area
리턴 int

bottom 공개적으로 프로퍼티

public uint bottom
리턴 uint

next 공개적으로 프로퍼티

public int next
리턴 int

top 공개적으로 프로퍼티

public uint top
리턴 uint