Types
Class in Yarn
Inherits from System.Object
Summary
Contains the built-in types available in the Yarn language.
public static class TypesProperties
| 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. |
| TypeMappings | Gets a dictionary that maps CLR types to their corresponding Yarn types. |