C# Class Digger, BSPDungeonGenerator

Inheritance: MonoBehaviour
Afficher le fichier Open project: Nathisgreen/BSPDungeonGenerator Class Usage Examples

Méthodes publiques

Méthode Description
begin ( Vector3 _targetPos ) : void
dig ( ) : void
surroundTilesWithWall ( int _x, int _y ) : void

Private Methods

Méthode Description
Start ( ) : void
updateTile ( ) : void

Method Details

begin() public méthode

public begin ( Vector3 _targetPos ) : void
_targetPos Vector3
Résultat void

dig() public méthode

public dig ( ) : void
Résultat void

surroundTilesWithWall() public méthode

public surroundTilesWithWall ( int _x, int _y ) : void
_x int
_y int
Résultat void