🔡
Syllabore
GitHub
  • Overview
  • Starting Out
  • Fine-Tuning Generators
    • Positioning
    • Clusters
    • Weights
    • Chancing
    • Transforms
    • Filtering
  • More Techniques
    • Formatters
    • Generator Pools
    • Syllable Sets
    • Generator Serialization
  • More Examples
    • Soft/Hard-Sounding Names
    • Fantasy Names
    • Spaceship Names
    • Futuristic City Names
  • Class Docs
    • FilterCondition
    • FilterConstraint
    • GeneratorPool<T>
    • INameFilter
    • INameTransformer
    • IPotentialAction
    • IRandomizable
    • ISyllableGenerator
    • Name
    • NameFilter
    • NameFormat
    • NameFormatter
    • NameFormatterGeneratorOptions
    • NameGenerator
    • NameGeneratorSerializer
    • NameGeneratorTypeInformation
    • SerializedNameGenerator
    • SyllableGenerator
    • SyllableGeneratorFluentWrapper
    • SyllablePosition
    • SyllableSet
    • Symbol
    • SymbolGenerator
    • SymbolPosition
    • Transform
    • TransformSet
    • TransformStep
    • TransformStepType
Powered by GitBook
On this page
  • Constructors
  • Methods
  • Properties
  1. Class Docs

TransformStep

PreviousTransformSetNextTransformStepType

Last updated 2 months ago

Represents one action or step in a .

Implements:

Constructors

Constructor
Description

TransformStep()

Instantiates a new with no type or arguments.

TransformStep(System.Action<> unserializableAction)

TransformStep( type, System.String[] args)

Methods

Method
Returns
Description

Modify( name)

System.Void

Applies this transform step to the specified . 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 will make changes when Syllabore.TransformStep.Modify is called.

Type

The type of action this represents.

Transform
IPotentialAction
TransformStep
Name
TransformStepType
Name
Name
TransformStep
TransformStepType
TransformSet