TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IShapeVisitor in Tinman.Terrain.Shapes

Visitor interface for IShape objects.

interface IShapeVisitor  

Remarks

When calling Accept, the most specific visitor method will be called.

Methods

Visit

Visits the given shape.

method Visit (IShape shape, object userData)
params shape [not-null] The shape.
  userData Optional user data.

Visits the given shape.

method Visit (IShapeGroup shape, object userData)
params shape [not-null] The shape.
  userData Optional user data.