Property in
Gets the type representing strings.
public static IType String { get; };Property in
Gets the type representing any value.
public static IType Any { get; };Class in Yarn
Inherits from System.Object
Contains the built-in types available in the Yarn language.
public static class BuiltinTypesGets the type representing any value.
Gets the type representing boolean values.
Gets the type representing numbers.
Gets the type representing strings.
Gets a dictionary that maps CLR types to their corresponding Yarn types.
Property in
Gets a dictionary that maps CLR types to their corresponding Yarn types.
public static IReadOnlyDictionary<System.Type, Yarn.IType> TypeMappings { get; };Property in
Gets the type representing boolean values.
public static IType Boolean { get; };Property in
Gets the type representing numbers.
public static IType Number { get; };