Show / Hide Table of Contents

Struct TextFile.Token

Stores a single text or formatting token. This makes it possible remix localized strings with original formatting.

Namespace: DaggerfallConnect.Arena2
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct Token

Constructors

| Improve this Doc View Source

Token(TextFile.Formatting)

Declaration
public Token(TextFile.Formatting formatting)
Parameters
Type Name Description
TextFile.Formatting formatting
| Improve this Doc View Source

Token(TextFile.Formatting, String, Int32, Int32)

Declaration
public Token(TextFile.Formatting formatting, string text, int x = 0, int y = 0)
Parameters
Type Name Description
TextFile.Formatting formatting
String text
Int32 x
Int32 y

Fields

| Improve this Doc View Source

formatting

Declaration
public TextFile.Formatting formatting
Field Value
Type Description
TextFile.Formatting
| Improve this Doc View Source

text

Declaration
public string text
Field Value
Type Description
String
| Improve this Doc View Source

x

Declaration
public int x
Field Value
Type Description
Int32
| Improve this Doc View Source

y

Declaration
public int y
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX