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

パーティションを表すクラスです。
ファイルを表示 Open project: willcraftia/TestXna Class Usage Examples

Private Properties

Property Type Description
CalculateEyeDistanceSquared float
Dispose void
Initialize void

Public Methods

Method Description
Dispose ( ) : void
Draw ( GameTime gameTime ) : void
LoadContent ( ) : void
NeighborLoaded ( Partition neighbor ) : void
UnloadContent ( ) : void

Protected Methods

Method Description
DisposeOverride ( bool disposing ) : void
LoadContentOverride ( ) : void
UnloadContentOverride ( ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DisposeOverride() protected method

protected DisposeOverride ( bool disposing ) : void
disposing bool
return void

Draw() public abstract method

public abstract Draw ( GameTime gameTime ) : void
gameTime GameTime
return void

LoadContent() public method

public LoadContent ( ) : void
return void

LoadContentOverride() protected method

protected LoadContentOverride ( ) : void
return void

NeighborLoaded() public method

public NeighborLoaded ( Partition neighbor ) : void
neighbor Partition
return void

UnloadContent() public method

public UnloadContent ( ) : void
return void

UnloadContentOverride() protected method

protected UnloadContentOverride ( ) : void
return void