C# Class BeachTile, Endure

Inheritance: BiomeTile
显示文件 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_oe property

public int bloomNum
return int

bloomSize public_oe property

public RoomManager.Count, bloomSize
return RoomManager.Count,

bloomTightness public_oe property

public float bloomTightness
return float

palmTree public_oe property

public GameObject palmTree
return GameObject