And

Description

Name

class Tinman.Shape.Modify.And

Derived from

Modify

An aggregated shape data modifier that will invoke both the first and second shape data modifiers.

By default, the second modifier is invoked after the first one. However, implementations may define a different invocation order.

Fields / Required

first

Type

Modify

Constraint

# != null

The first shape data modifier.


second

Type

Modify

Constraint

# != null

The first shape data modifier.