CompositeBrushTwo

Description

abstract class Tinman.Terrain.Heightmaps.Painting.CompositeBrushTwo

Derived from

Brush abstract

Abstract base class for IBrush implementations that use two aggregated brushes.

Protected / Constructors

Composite​Brush​Two


protected constructor CompositeBrushTwo → (2)

first in : IBrush own

[not-null]
The first aggregated brush.

second in : IBrush own

[not-null]
The second aggregated brush.

Creates a new instance of CompositeBrushTwo.

Protected / Attributes

first


[Owner]
protected attribute first → (IBrush)

The first aggregated brush.

second


[Owner]
protected attribute second → (IBrush)

The second aggregated brush.