TransformStep
Last updated
Last updated
Represents one action or step in a .
Implements:
TransformStep()
Instantiates a new with no type or arguments.
TransformStep(System.Action<> unserializableAction)
TransformStep( type, System.String[] args)
Modify( name)
System.Void
Applies this transform step to the specified . 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 will make changes when Syllabore.TransformStep.Modify is called.
Type
The type of action this represents.