C# Class OctreeZone.TerrainZonePageSource

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

Protected Properties

Свойство Type Description
mAsyncLoading bool
mPageSize int
mTerrainZone TerrainZone
mTileSize int

Méthodes publiques

Méthode Description
BuildPage ( Real heightData, Material pMaterial ) : TerrainZonePage
Initialize ( TerrainZone tz, int tileSize, int pageSize, bool asyncLoading, TerrainZonePageSourceOptionList optionList ) : void
RequestPage ( ushort x, ushort z ) : void
Shutdown ( ) : void

Méthodes protégées

Méthode Description
OnPageConstructed ( int x, int z, Real data ) : void

Method Details

BuildPage() public méthode

public BuildPage ( Real heightData, Material pMaterial ) : TerrainZonePage
heightData Real
pMaterial Axiom.Graphics.Material
Résultat TerrainZonePage

Initialize() public méthode

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

OnPageConstructed() protected méthode

protected OnPageConstructed ( int x, int z, Real data ) : void
x int
z int
data Real
Résultat void

RequestPage() public méthode

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

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

Property Details

mAsyncLoading protected_oe property

protected bool mAsyncLoading
Résultat bool

mPageSize protected_oe property

protected int mPageSize
Résultat int

mTerrainZone protected_oe property

protected TerrainZone mTerrainZone
Résultat TerrainZone

mTileSize protected_oe property

protected int mTileSize
Résultat int