EnumType(string,string,TypeBase)
Constructor in EnumType
Summary
Initializes a new instance of the EnumType class that represents an enum type. This type has no methods of its own, and is a subtype of Any .
public EnumType(string name, string description, TypeBase rawType)
Parameters
Name
Description
string
name
The name of this method.
string
description
A string that describes this method.
Yarn.TypeBase rawType
Last updated
Was this helpful?