C# 클래스 VoxelMap, probe

상속: MonoBehaviour
파일 보기 프로젝트 열기: AVUIs/probe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
chunkResolution int
size float
voxelGridPrefab VoxelGrid,
voxelResolution int

비공개 메소드들

메소드 설명
Awake ( ) : void
CreateChunk ( int i, int x, int y ) : void
EditVoxels ( Vector3 point ) : void
OnGUI ( ) : void
Update ( ) : void

프로퍼티 상세

chunkResolution 공개적으로 프로퍼티

public int chunkResolution
리턴 int

size 공개적으로 프로퍼티

public float size
리턴 float

voxelGridPrefab 공개적으로 프로퍼티

public VoxelGrid, voxelGridPrefab
리턴 VoxelGrid,

voxelResolution 공개적으로 프로퍼티

public int voxelResolution
리턴 int