All pages
Powered by GitBook
1 of 3

Loading...

Loading...

Loading...

MarkupProperty

Struct in Yarn.Markup

Inherits from System.ValueType

Summary

A property associated with a MarkupAttribute .

public struct MarkupProperty

Remarks

You do not create instances of this struct yourself. It is created by objects that can parse markup, such as Dialogue .

Properties

Name
Description
  • : Parses a line of text, and produces a containing the results.

Gets the name of the property.

Gets the value of the property.

See Also

Dialogue.ParseMarkup(string)
MarkupParseResult
Name
Value

Name

Property in

Gets the name of the property.

public string Name { get; private set; }

Summary

MarkupProperty

Value

Property in

Gets the value of the property.

public MarkupValue Value { get; private set; }

Summary

MarkupProperty