C# Class BackgroundGenerator, Castle-Bashers

Inheritance: MonoBehaviour
Mostra file Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Properties

Property Type Description
availableRooms GameObject[]
currentRooms List

Public Methods

Method Description
AddRoom ( float farthestRoomEndX ) : void
FixedUpdate ( ) : void
GenerateRoomIfRequred ( ) : void
Start ( ) : void

Method Details

AddRoom() public method

public AddRoom ( float farthestRoomEndX ) : void
farthestRoomEndX float
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

GenerateRoomIfRequred() public method

public GenerateRoomIfRequred ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

availableRooms public_oe property

public GameObject[] availableRooms
return GameObject[]

currentRooms public_oe property

public List currentRooms
return List