Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Struct in Yarn.Markup
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 Dialogue .
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)
string
name
The name of the property to get.
result
When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default . This parameter is passed uninitialized.