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

パーティションを表すクラスです。
Afficher le fichier Open project: willcraftia/TestXna Class Usage Examples

Private Properties

Свойство Type Description
CalculateEyeDistanceSquared float
Dispose void
Initialize void

Méthodes publiques

Méthode Description
Dispose ( ) : void
Draw ( GameTime gameTime ) : void
LoadContent ( ) : void
NeighborLoaded ( Partition neighbor ) : void
UnloadContent ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
CalculateEyeDistanceSquared ( Vector3 &eyePosition ) : float
Dispose ( bool disposing ) : void
Initialize ( int x, int y, float width, float height ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DisposeOverride() protected méthode

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

Draw() public abstract méthode

public abstract Draw ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

LoadContentOverride() protected méthode

protected LoadContentOverride ( ) : void
Résultat void

NeighborLoaded() public méthode

public NeighborLoaded ( Partition neighbor ) : void
neighbor Partition
Résultat void

UnloadContent() public méthode

public UnloadContent ( ) : void
Résultat void

UnloadContentOverride() protected méthode

protected UnloadContentOverride ( ) : void
Résultat void