C# Class VoxelMap, probe

Inheritance: MonoBehaviour
Datei anzeigen Open project: AVUIs/probe Class Usage Examples

Public Properties

Property Type Description
chunkResolution int
size float
voxelGridPrefab VoxelGrid,
voxelResolution int

Private Methods

Method Description
Awake ( ) : void
CreateChunk ( int i, int x, int y ) : void
EditVoxels ( Vector3 point ) : void
OnGUI ( ) : void
Update ( ) : void

Property Details

chunkResolution public_oe property

public int chunkResolution
return int

size public_oe property

public float size
return float

voxelGridPrefab public_oe property

public VoxelGrid, voxelGridPrefab
return VoxelGrid,

voxelResolution public_oe property

public int voxelResolution
return int