C# Class VoxelStencil, probe

Show file Open project: AVUIs/probe Class Usage Examples

Protected Properties

Property Type Description
centerX int
fillType bool

Public Methods

Method 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 method

public Apply ( int x, int y, bool voxel ) : bool
x int
y int
voxel bool
return bool

Initialize() public method

public Initialize ( bool fillType, int radius ) : void
fillType bool
radius int
return void

SetCenter() public method

public SetCenter ( int x, int y ) : void
x int
y int
return void

Property Details

centerX protected property

protected int centerX
return int

fillType protected property

protected bool fillType
return bool