TransformStep

Represents one action or step in a Transform.

Implements: IPotentialAction

Constructors

Constructor
Description

TransformStep()

Instantiates a new TransformStep with no type or arguments.

TransformStep(System.Action<Name> unserializableAction)

TransformStep(TransformStepType type, System.String[] args)

Methods

Method
Returns
Description

Modify(Name name)

System.Void

Applies this transform step to the specified Name. This method is destructive.

Properties

Property
Type
Description

Arguments

System.Collections.Generic.List <System.String>

The arguments that are passed to the action.

Chance

System.Double

The probability this TransformStep will make changes when Syllabore.TransformStep.Modify is called.

Type

The type of action this TransformSet represents.

Last updated