C# Class BeachTile, Endure

Inheritance: BiomeTile
Show file Open project: Endure-Game/Endure

Public Properties

Property Type Description
bloomNum int
bloomSize RoomManager.Count,
bloomTightness float
palmTree GameObject

Public Methods

Method Description
PlacePalmTree ( int x, int y ) : void
PlaceWaterTiles ( int x, int y ) : void
RandomBlocking ( List region ) : void
getBiomeNumber ( ) : int

Method Details

PlacePalmTree() public method

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

PlaceWaterTiles() public method

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

RandomBlocking() public method

public RandomBlocking ( List region ) : void
region List
return void

getBiomeNumber() public method

public getBiomeNumber ( ) : int
return int

Property Details

bloomNum public property

public int bloomNum
return int

bloomSize public property

public RoomManager.Count, bloomSize
return RoomManager.Count,

bloomTightness public property

public float bloomTightness
return float

palmTree public property

public GameObject palmTree
return GameObject