C# Class OctreeZone.HeightmapTerrainZonePageSource

Inheritance: TerrainZonePageSource
Show file Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
mFlipTerrainZone bool
mImage Image
mIsRaw bool
mPage TerrainZonePage
mRawBpp byte
mRawData System.IO.MemoryStream
mRawSize int
mSource string

Public Methods

Method Description
ExpirePage ( ushort x, ushort y ) : void
HeightmapTerrainZonePageSource ( ) : System
Initialize ( TerrainZone tsm, int tileSize, int pageSize, bool asyncLoading, TerrainZonePageSourceOptionList optionList ) : void
LoadHeightmap ( ) : void
RequestPage ( ushort x, ushort y ) : void
Shutdown ( ) : void

Method Details

ExpirePage() public method

public ExpirePage ( ushort x, ushort y ) : void
x ushort
y ushort
return void

HeightmapTerrainZonePageSource() public method

public HeightmapTerrainZonePageSource ( ) : System
return System

Initialize() public method

public Initialize ( TerrainZone tsm, int tileSize, int pageSize, bool asyncLoading, TerrainZonePageSourceOptionList optionList ) : void
tsm TerrainZone
tileSize int
pageSize int
asyncLoading bool
optionList TerrainZonePageSourceOptionList
return void

LoadHeightmap() public method

public LoadHeightmap ( ) : void
return void

RequestPage() public method

public RequestPage ( ushort x, ushort y ) : void
x ushort
y ushort
return void

Shutdown() public method

public Shutdown ( ) : void
return void

Property Details

mFlipTerrainZone protected property

protected bool mFlipTerrainZone
return bool

mImage protected property

protected Image mImage
return Image

mIsRaw protected property

protected bool mIsRaw
return bool

mPage protected property

protected TerrainZonePage mPage
return TerrainZonePage

mRawBpp protected property

protected byte mRawBpp
return byte

mRawData protected property

protected MemoryStream,System.IO mRawData
return System.IO.MemoryStream

mRawSize protected property

protected int mRawSize
return int

mSource protected property

protected string mSource
return string