C# 클래스 Pathfinding.Voxels.CompactVoxelCell

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

공개 프로퍼티들

프로퍼티 타입 설명
count uint
index uint

공개 메소드들

메소드 설명
CompactVoxelCell ( uint i, uint c ) : UnityEngine

메소드 상세

CompactVoxelCell() 공개 메소드

public CompactVoxelCell ( uint i, uint c ) : UnityEngine
i uint
c uint
리턴 UnityEngine

프로퍼티 상세

count 공개적으로 프로퍼티

public uint count
리턴 uint

index 공개적으로 프로퍼티

public uint index
리턴 uint