ShapeReaderModifier

Description

abstract class Tinman.Terrain.Shapes.ShapeReaderModifier

Derived from

ShapeReaderModifierBase abstract

Common base class for custom IShapeReaderModifier implementations.

Subclasses may override any of these methods, in order to implement shape data modifications:

Subclasses should implement resp. override these methods:

Public / Constants

Original


[ShutdownSurvive]
public static readonly attribute Original → (IShapeReaderModifier)

A IShapeReaderModifier that retains the original shape data without performing any modification.

Configuration

Config


public static attribute Config → (get)

value : IConfigurator<IShapeReaderModifier>

[not-null]
The configurator object.

The configurator object for this type.