Property | Type | Description | |
---|---|---|---|
CHUNK_ID | uint | ||
CHUNK_VERSION | ushort |
Property | Type | Description | |
---|---|---|---|
mContentCollections | List |
||
mDebugNode | |||
mFrameLastHeld | uint | ||
mID | |||
mParent |
Method | Description | |
---|---|---|
AttachContentCollection ( Axiom.Components.Paging.PageContentCollection coll ) : void |
Add a content collection to this Page. This class ceases to be responsible for deleting this collection. |
|
CreateContentCollection ( string typeName ) : Axiom.Components.Paging.PageContentCollection |
Create a new PageContentCollection within this page. This is equivalent to calling PageManager.CreateContentCollection and then attachContentCollection.
|
|
DestroyContentCollection ( Axiom.Components.Paging.PageContentCollection coll ) : void |
Destroy a PageContentCollection within this page. This is equivalent to calling DetachContentCollection and PageManager.DestroyContentCollection.
|
|
DetachContentCollection ( Axiom.Components.Paging.PageContentCollection coll ) : void |
|
|
FrameEnd ( float timeElapsed ) : void |
Called when the frame ends
|
|
FrameStart ( float timeSinceLastFrame ) : void |
Called when the frame starts
|
|
GetContentCollection ( int index ) : Axiom.Components.Paging.PageContentCollection |
Get a content collection
|
|
NotifyAttached ( |
Internal method to notify a page that it is attached
|
|
NotifyCamera ( |
Notify a section of the current camera
|
|
Page ( |
Page class
|
|
Save ( |
|
|
ToString ( ) : string | ||
Touch ( ) : void |
'Touch' the page to let it know it's being used
|
Method | Description | |
---|---|---|
PrepareImpl ( |
|
|
UpdateDebugDisplay ( ) : void |
|
public AttachContentCollection ( Axiom.Components.Paging.PageContentCollection coll ) : void | ||
coll | Axiom.Components.Paging.PageContentCollection | |
return | void |
public CreateContentCollection ( string typeName ) : Axiom.Components.Paging.PageContentCollection | ||
typeName | string | The name of the type of content collection (see PageManager.GetContentCollectionFactories) |
return | Axiom.Components.Paging.PageContentCollection |
public DestroyContentCollection ( Axiom.Components.Paging.PageContentCollection coll ) : void | ||
coll | Axiom.Components.Paging.PageContentCollection | |
return | void |
public DetachContentCollection ( Axiom.Components.Paging.PageContentCollection coll ) : void | ||
coll | Axiom.Components.Paging.PageContentCollection | |
return | void |
public FrameStart ( float timeSinceLastFrame ) : void | ||
timeSinceLastFrame | float | |
return | void |
public GetContentCollection ( int index ) : Axiom.Components.Paging.PageContentCollection | ||
index | int | |
return | Axiom.Components.Paging.PageContentCollection |
public NotifyAttached ( |
||
parent | ||
return | void |
public NotifyCamera ( |
||
cam | ||
return | void |
protected PrepareImpl ( |
||
stream | ||
return | bool |
public Save ( |
||
stream | ||
return | void |
protected SceneNode,Axiom.Core mDebugNode | ||
return |