C# Class FSO.LotView.Components.FloorComponent

Inheritance: WorldComponent
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
blueprint FSO.LotView.Model.Blueprint

Public Methods

Method Description
Draw ( GraphicsDevice device, WorldState world ) : void

Private Methods

Method Description
GetAirSprite ( WorldState world ) : _2DSprite
GetFloorSprite ( Floor pattern, int rotation, WorldState world ) : _2DSprite
RotatePoolSegs ( PoolSegments ps, int rotate ) : PoolSegments

Method Details

Draw() public method

public Draw ( GraphicsDevice device, WorldState world ) : void
device GraphicsDevice
world WorldState
return void

Property Details

blueprint public_oe property

public Blueprint,FSO.LotView.Model blueprint
return FSO.LotView.Model.Blueprint