Represents one action or step in a Transform.
Implements: IPotentialAction
TransformStep()
Instantiates a new TransformStep with no type or arguments.
TransformStep(System.Action<Name> unserializableAction)
TransformStep(TransformStepType type, System.String[] args)
Modify(Name name)
System.Void
Applies this transform step to the specified Name. This method is destructive.
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
TransformStepType
The type of action this TransformSet represents.
Last updated 11 months ago