C# Class MDTerrainDemo.DemoPartition

Inheritance: Willcraftia.Xna.Framework.Landscape.Partition
Afficher le fichier Open project: willcraftia/TestXna

Méthodes publiques

Méthode Description
DemoPartition ( DemoPartitionContext context ) : System
Draw ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
DisposeOverride ( bool disposing ) : void
LoadContentOverride ( ) : void

Method Details

DemoPartition() public méthode

public DemoPartition ( DemoPartitionContext context ) : System
context DemoPartitionContext
Résultat System

DisposeOverride() protected méthode

protected DisposeOverride ( bool disposing ) : void
disposing bool
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

LoadContentOverride() protected méthode

protected LoadContentOverride ( ) : void
Résultat void