C# Class VoxelStencil, probe

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

Protected Properties

Свойство Type Description
centerX int
fillType bool

Méthodes publiques

Méthode Description
Apply ( int x, int y, bool voxel ) : bool
Initialize ( bool fillType, int radius ) : void
SetCenter ( int x, int y ) : 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

SetCenter() public méthode

public SetCenter ( int x, int y ) : void
x int
y int
Résultat void

Property Details

centerX protected_oe property

protected int centerX
Résultat int

fillType protected_oe property

protected bool fillType
Résultat bool