C# Class Dwarrowdelf.Region

Exibir arquivo Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
Add ( IntGrid2Z rect ) : void
Add ( IntGrid3 box ) : void
Contains ( IntVector3 p ) : bool
Remove ( IntGrid3 box ) : void

Method Details

Add() public method

public Add ( IntGrid2Z rect ) : void
rect IntGrid2Z
return void

Add() public method

public Add ( IntGrid3 box ) : void
box IntGrid3
return void

Contains() public method

public Contains ( IntVector3 p ) : bool
p IntVector3
return bool

Remove() public method

public Remove ( IntGrid3 box ) : void
box IntGrid3
return void