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
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.
Last updated