🔡
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

Symbol

PreviousSyllableSetNextSymbolGenerator

Last updated 2 months ago

An indivisible unit of a writing system. In Syllabore, are used to represents vowels, consonants, sequences, or clusters.

Implements: Archigen.IWeighted

Constructors

Constructor
Description

Symbol(System.String value)

Instantiates a new with the specified value.

Symbol(System.String value, System.Int32 weight)

Instantiates a new with the specified value and weight.

Methods

Method
Returns
Description

Copy()

Creates a deep copy of this .

ToString()

System.String

Returns a string representation of this .

Properties

Property
Type
Description

Value

System.String

A character or set of characters representing this .

Weight

System.Int32

A weight value that affects how frequently it should be selected compared to other weighted elements. The default weight of a is 1.

Symbol
Symbol
Symbol
Symbol
Symbol
Symbol
Symbol
Symbol