C# Class OctreeZone.HeightmapTerrainZonePageSource

Inheritance: TerrainZonePageSource
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
mFlipTerrainZone bool
mImage Image
mIsRaw bool
mPage TerrainZonePage
mRawBpp byte
mRawData System.IO.MemoryStream
mRawSize int
mSource string

Méthodes publiques

Méthode 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 méthode

public ExpirePage ( ushort x, ushort y ) : void
x ushort
y ushort
Résultat void

HeightmapTerrainZonePageSource() public méthode

public HeightmapTerrainZonePageSource ( ) : System
Résultat System

Initialize() public méthode

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

LoadHeightmap() public méthode

public LoadHeightmap ( ) : void
Résultat void

RequestPage() public méthode

public RequestPage ( ushort x, ushort y ) : void
x ushort
y ushort
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

Property Details

mFlipTerrainZone protected_oe property

protected bool mFlipTerrainZone
Résultat bool

mImage protected_oe property

protected Image mImage
Résultat Image

mIsRaw protected_oe property

protected bool mIsRaw
Résultat bool

mPage protected_oe property

protected TerrainZonePage mPage
Résultat TerrainZonePage

mRawBpp protected_oe property

protected byte mRawBpp
Résultat byte

mRawData protected_oe property

protected MemoryStream,System.IO mRawData
Résultat System.IO.MemoryStream

mRawSize protected_oe property

protected int mRawSize
Résultat int

mSource protected_oe property

protected string mSource
Résultat string