C# Class VoxelStencilCircle, probe

Inheritance: VoxelStencil
Afficher le fichier Open project: AVUIs/probe

Méthodes publiques

Méthode Description
Apply ( int x, int y, bool voxel ) : bool
Initialize ( bool fillType, int radius ) : void

Method Details

Apply() public méthode

public Apply ( int x, int y, bool voxel ) : bool
x int
y int
voxel bool
Résultat bool

Initialize() public méthode

public Initialize ( bool fillType, int radius ) : void
fillType bool
radius int
Résultat void