C# Class Willcraftia.Xna.Framework.Landscape.PartitionManager

Mostra file Open project: willcraftia/TestXna Class Usage Examples

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
PartitionManager ( Func createFunction, int loadThreadCount, int initialPartitionPoolCapacity, int maxPartitionPoolCapacity ) : System
Update ( GameTime gameTime ) : void

Private Methods

Method Description
CalculateBounds ( float range, Rectangle &rectangle ) : void
LoadResultCallback ( Partition partition ) : void
SelectPartitions ( ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

PartitionManager() public method

public PartitionManager ( Func createFunction, int loadThreadCount, int initialPartitionPoolCapacity, int maxPartitionPoolCapacity ) : System
createFunction Func
loadThreadCount int
initialPartitionPoolCapacity int
maxPartitionPoolCapacity int
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void