C# Class VoxelMap, probe

Inheritance: MonoBehaviour
Afficher le fichier Open project: AVUIs/probe Class Usage Examples

Méthodes publiques

Свойство Type Description
chunkResolution int
size float
voxelGridPrefab VoxelGrid,
voxelResolution int

Private Methods

Méthode 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
Résultat int

size public_oe property

public float size
Résultat float

voxelGridPrefab public_oe property

public VoxelGrid, voxelGridPrefab
Résultat VoxelGrid,

voxelResolution public_oe property

public int voxelResolution
Résultat int