Property | Type | Description | |
---|---|---|---|
SUBCLASS_CHUNK_ID | uint | ||
SUBCLASS_CHUNK_VERSION | ushort |
Property | Type | Description | |
---|---|---|---|
mContentList | List |
Method | Description | |
---|---|---|
AttachContent ( |
|
|
CreateContent ( string typeName ) : |
|
|
DestroyContent ( |
|
|
DetachContent ( |
|
|
FrameEnd ( float timeElapsed ) : void |
|
|
FrameStart ( float timeSinceLastFrame ) : void |
|
|
NotifyCamera ( |
|
|
Save ( |
|
|
SimplePageContentCollection ( |
|
Method | Description | |
---|---|---|
LoadImpl ( ) : void |
Finalising the load of the data.
|
|
UnLoadImpl ( ) : void |
Unload the unit, deallocating any GPU resources.
|
|
UnPrepareImpl ( ) : void |
Deallocate any background resources.
|
public AttachContent ( |
||
content | ||
return | void |
public CreateContent ( string typeName ) : |
||
typeName | string | |
return |
public DestroyContent ( |
||
pcont | ||
return | void |
public DetachContent ( |
||
content | ||
return | void |
public FrameStart ( float timeSinceLastFrame ) : void | ||
timeSinceLastFrame | float | |
return | void |
public NotifyCamera ( |
||
camera | ||
return | void |
public Save ( |
||
stream | ||
return | void |
public SimplePageContentCollection ( |
||
factory | ||
return | System |
public static ushort SUBCLASS_CHUNK_VERSION | ||
return | ushort |