Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Pathfinding
Voxels
VoxelSpan
C# 클래스 Pathfinding.Voxels.VoxelSpan
파일 보기
프로젝트 열기: henryj41043/TheUnseen
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
area
int
bottom
uint
next
VoxelSpan
top
uint
공개 메소드들
메소드
설명
VoxelSpan
(
uint
b
,
uint
t
,
int
area
) :
UnityEngine
메소드 상세
VoxelSpan()
공개
메소드
public
VoxelSpan
(
uint
b
,
uint
t
,
int
area
) :
UnityEngine
b
uint
t
uint
area
int
리턴
UnityEngine
프로퍼티 상세
area
공개적으로 프로퍼티
public
int
area
리턴
int
bottom
공개적으로 프로퍼티
public
uint
bottom
리턴
uint
next
공개적으로 프로퍼티
public
VoxelSpan,Pathfinding.Voxels
next
리턴
VoxelSpan
top
공개적으로 프로퍼티
public
uint
top
리턴
uint