Links

BuiltinTypes

Class in Yarn
Inherits from System.Object

Summary

Contains the built-in types available in the Yarn language.
public static class BuiltinTypes

Properties

Name
Description
Any
Gets the type representing any value.
Boolean
Gets the type representing boolean values.
Number
Gets the type representing numbers.
String
Gets the type representing strings.
Gets a dictionary that maps CLR types to their corresponding Yarn types.
Last modified 1yr ago