Method | Description | |
---|---|---|
LoadProcedualPage ( |
Give a provider the opportunity to load page content procedurally.
|
|
PageProvider ( ) : System |
|
|
PrepareProcedualPage ( |
Give a provider the opportunity to prepare page content procedurally.
|
|
ReadPageStream ( |
Get a serialiser set up to read PagedWorld data for the given world filename.
|
|
ReadWorldStream ( string fileName ) : |
|
|
UnPrepareProcedualPage ( |
Give a provider the opportunity to unprepare page content procedurally.
|
|
UnloadProcedualPage ( |
Give a provider the opportunity to unload page content procedurally.
|
|
WritePageStream ( |
|
public LoadProcedualPage ( |
||
page | ||
section | ||
return | bool |
public PrepareProcedualPage ( |
||
page | ||
section | ||
return | bool |
public ReadPageStream ( |
||
pageId | ||
section | ||
return |
public ReadWorldStream ( string fileName ) : |
||
fileName | string | |
return |
public UnPrepareProcedualPage ( |
||
page | ||
section | ||
return | bool |
public UnloadProcedualPage ( |
||
page | ||
section | ||
return | bool |
public WritePageStream ( |
||
pageId | ||
section | ||
return |