IMeshAction

Description

interface Tinman.Terrain.Meshing.IMeshAction

Derived from

IMeshTraversal

Extended by

ConeCulling sealed
CoverageCulling sealed
DistanceCulling sealed
FrustumCulling sealed
HorizonCulling sealed
RegionCulling sealed

Base interface for IMeshTraversal implementations that perform a specific action on a CLOD mesh (e.g. culling).

Public / Methods

Perform


public method Perform → ()

Performs the action on the currently bound CLOD mesh.

Public / Attributes

Can​Perform


public attribute CanPerform → (get)

value : bool

true if the CLOD mesh action can be performed, false if not (calling Perform will return silently in this case).

Can the action be performed?