MarkupAttributeMarker
Last updated
Was this helpful?
Last updated
Was this helpful?
Struct in
Inherits from System.ValueType
Represents a marker (e.g. [a]
) in line of marked up text.
You do not create instances of this struct yourself. It is created by objects that can parse markup, such as .
Gets the property associated with the specified key, if present.
Gets the name of the marker.
Gets the position of the marker in the plain text.
Gets the list of properties associated with this marker.
Gets the type of marker that this is.
Dialogue.ParseMarkup(string,string)