Table of Contents

Class RemoveCharacters

Namespace
Gamelogic.Words.Samples
Assembly
Assembly-CSharp.dll

Component for remving specified characters from words before entering them into the dictionary.

public class RemoveCharacters : DictionaryTransformation
Inheritance
RemoveCharacters
Inherited Members
MonoBehaviour.runInEditMode
Component.GetComponent<T>()
Component.GetComponentInChildren<T>()
Component.GetComponentsInChildren<T>()
Component.GetComponentsInParent<T>()
Component.transform
Component.gameObject
Component.tag
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.ToString()
Object.hideFlags

Fields

charactersToRemove

Methods

TransformWord(string)

Implement this method to perform transformations on loaded words from the dictionary. Return null to reject the word from the dictionary.