MarkupValueType

Enum in Yarn.Markup

Inherits from System.Enum

Summary

A type of MarkupValue .

public enum MarkupValueType
{
    Integer,
    Float,
    String,
    Bool
#pragma warning restore CA1720
}

Members

Name
Description

A bool.

A float.

An integer.

A string.

Last updated

Was this helpful?