C# 클래스 OctreeZone.TerrainZonePageSource

파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
mAsyncLoading bool
mPageSize int
mTerrainZone TerrainZone
mTileSize int

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnPageConstructed ( int x, int z, Real data ) : void

메소드 상세

BuildPage() 공개 메소드

public BuildPage ( Real heightData, Material pMaterial ) : TerrainZonePage
heightData Real
pMaterial Axiom.Graphics.Material
리턴 TerrainZonePage

Initialize() 공개 메소드

public Initialize ( TerrainZone tz, int tileSize, int pageSize, bool asyncLoading, TerrainZonePageSourceOptionList optionList ) : void
tz TerrainZone
tileSize int
pageSize int
asyncLoading bool
optionList TerrainZonePageSourceOptionList
리턴 void

OnPageConstructed() 보호된 메소드

protected OnPageConstructed ( int x, int z, Real data ) : void
x int
z int
data Real
리턴 void

RequestPage() 공개 메소드

public RequestPage ( ushort x, ushort z ) : void
x ushort
z ushort
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

프로퍼티 상세

mAsyncLoading 보호되어 있는 프로퍼티

protected bool mAsyncLoading
리턴 bool

mPageSize 보호되어 있는 프로퍼티

protected int mPageSize
리턴 int

mTerrainZone 보호되어 있는 프로퍼티

protected TerrainZone mTerrainZone
리턴 TerrainZone

mTileSize 보호되어 있는 프로퍼티

protected int mTileSize
리턴 int