SoLDMNodeFrontManagerGetNextShape2dTexFront Method (SoLdmShape, ListSoLDMTileID, ListSoLDMTileID) |
Same as getNextTexFront but for 2d shapes.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void GetNextShape2dTexFront(
SoLdmShape hf,
List<SoLDMTileID> toLoad,
List<SoLDMTileID> toUnload
)
Public Sub GetNextShape2dTexFront (
hf As SoLdmShape,
toLoad As List(Of SoLDMTileID),
toUnload As List(Of SoLDMTileID)
)
public:
void GetNextShape2dTexFront(
SoLdmShape^ hf,
List<SoLDMTileID>^ toLoad,
List<SoLDMTileID>^ toUnload
)
member GetNextShape2dTexFront :
hf : SoLdmShape *
toLoad : List<SoLDMTileID> *
toUnload : List<SoLDMTileID> -> unit
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