C# Class OctreeZone.HeightmapTerrainZonePageSource

Inheritance: TerrainZonePageSource
ファイルを表示 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_oe property

protected bool mFlipTerrainZone
return bool

mImage protected_oe property

protected Image mImage
return Image

mIsRaw protected_oe property

protected bool mIsRaw
return bool

mPage protected_oe property

protected TerrainZonePage mPage
return TerrainZonePage

mRawBpp protected_oe property

protected byte mRawBpp
return byte

mRawData protected_oe property

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

mRawSize protected_oe property

protected int mRawSize
return int

mSource protected_oe property

protected string mSource
return string