Click or drag to resize
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.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void GetTexFront(
	List<SoLDMTileID> toLoad,
	List<SoLDMTileID> toUnload
)

Parameters

toLoad
Type: System.Collections.GenericListSoLDMTileID
toUnload
Type: System.Collections.GenericListSoLDMTileID
Remarks

The texture front is not updated.

See Also