Click or drag to resize
DigitalRuneTerrainInvalidate Method
Invalidates the data cached by the renderer.
Overload List
  NameDescription
Public methodInvalidate
Invalidates all data cached by the renderer.
Public methodInvalidate(Aabb)
Invalidates the specified region in the data cached by the renderer.
Public methodInvalidate(TerrainLayer)
Invalidates the specified terrain layer in the data cached by the renderer.
Public methodInvalidate(TerrainTile)
Invalidates the specified terrain tile in the data cached by the renderer.
Public methodInvalidate(TerrainTile, TerrainLayer)
Invalidates the specified terrain layer in the data cached by the renderer.
Top
See Also