Click or drag to resize
SoLDMNodeFrontManagerGetNextShape2dTexFront Method (SoLdmShape, ListSoLDMTileID, ListSoLDMTileID)

Same as getNextTexFront but for 2d shapes.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void GetNextShape2dTexFront(
	SoLdmShape hf,
	List<SoLDMTileID> toLoad,
	List<SoLDMTileID> toUnload
)

Parameters

hf
Type: OIV.LDM.NodesSoLdmShape

The 2d shape rendering node

toLoad
Type: System.Collections.GenericListSoLDMTileID

Contains texture tiles to load

toUnload
Type: System.Collections.GenericListSoLDMTileID

Contains texture tiles to unload

Remarks

See Also