Свойство | Type | Description | |
---|---|---|---|
mAsyncLoading | bool | ||
mPageSize | int | ||
mTerrainZone | TerrainZone | ||
mTileSize | int |
Méthode | Description | |
---|---|---|
BuildPage ( Real heightData, |
||
Initialize ( TerrainZone tz, int tileSize, int pageSize, bool asyncLoading, TerrainZonePageSourceOptionList optionList ) : void | ||
RequestPage ( ushort x, ushort z ) : void | ||
Shutdown ( ) : void |
Méthode | Description | |
---|---|---|
OnPageConstructed ( int x, int z, Real data ) : void |
public BuildPage ( Real heightData, |
||
heightData | Real | |
pMaterial | ||
Résultat | TerrainZonePage |
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 |
protected OnPageConstructed ( int x, int z, Real data ) : void | ||
x | int | |
z | int | |
data | Real | |
Résultat | void |
public RequestPage ( ushort x, ushort z ) : void | ||
x | ushort | |
z | ushort | |
Résultat | void |