SoLDMNodeFrontManagerGetTexFront Method (ListSoLDMTileID, ListSoLDMTileID) |
Returns the list of tiles unloaded from texture memory and the list of tiles loaded into texture memory by a previous getNextTexFront.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void GetTexFront(
List<SoLDMTileID> toLoad,
List<SoLDMTileID> toUnload
)
Public Sub GetTexFront (
toLoad As List(Of SoLDMTileID),
toUnload As List(Of SoLDMTileID)
)
public:
void GetTexFront(
List<SoLDMTileID>^ toLoad,
List<SoLDMTileID>^ toUnload
)
member GetTexFront :
toLoad : List<SoLDMTileID> *
toUnload : List<SoLDMTileID> -> unit
Parameters
- toLoad
- Type: System.Collections.GenericListSoLDMTileID
- toUnload
- Type: System.Collections.GenericListSoLDMTileID
RemarksThe texture front is not updated.
See Also