SoLDMNodeFrontManagerGetNextTexFront Method (ListSoLDMTileID, ListSoLDMTileID, Int32) |
Returns the list of tiles to unload from texture memory and the list of tiles to load into texture memory.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void GetNextTexFront(
List<SoLDMTileID> toLoad,
List<SoLDMTileID> toUnload,
int maxRes
)
Public Sub GetNextTexFront (
toLoad As List(Of SoLDMTileID),
toUnload As List(Of SoLDMTileID),
maxRes As Integer
)
public:
void GetNextTexFront(
List<SoLDMTileID>^ toLoad,
List<SoLDMTileID>^ toUnload,
int maxRes
)
member GetNextTexFront :
toLoad : List<SoLDMTileID> *
toUnload : List<SoLDMTileID> *
maxRes : int -> unit
Parameters
- toLoad
- Type: System.Collections.GenericListSoLDMTileID
- toUnload
- Type: System.Collections.GenericListSoLDMTileID
- maxRes
- Type: SystemInt32
RemarksIf necessary, this method will update the texture front according to the Resource Manager. It is called by the Texture Manager.
See Also