IMeshFilters

Description

interface Tinman.Terrain.Meshing.IMeshFilters

Derived from

IMeshBound

Extended by

HeightAboveGround sealed
IMeshTraversal
MeshCameraWorld sealed

Base interface for classes that use an input mesh tree filter for performing actions on a terrain mesh.

Public / Attributes

Filter​In


public attribute FilterIn → (set)

value : MeshTreeFilter

The filter or null.

The mesh tree input filter to use for querying sector culling and marks.

The default value is null (i.e. all mesh sectors are visited).