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 LineParser .

Properties

Name
Description

Gets the name of the property.

Gets the value of the property.

See Also

  • Yarn.Markup.LineParser.ParseString(System.String,System.String,System.Boolean,System.Boolean,System.Boolean):

Last updated

Was this helpful?