CompositeShapeTwo Description abstract class Tinman.Terrain.Shapes.CompositeShapeTwo Derived from ShapeBase abstract Abstract base class for IShape implementations that aggregate two other IShape objects. Protected / Constructors CompositeShapeTwo protected constructor CompositeShapeTwo → (3) serialId in : ISerialTypeInfo [not-null] The serial type ID. first opt : IShape = null The first aggregated shape. second opt : IShape = null The second aggregated shape. Creates a new instance of CompositeShapeTwo. Protected / Attributes first protected attribute first → (IShape) The first shape. second protected attribute second → (IShape) The second shape. CompositeShapeOne IShape