Constructor in EnumType
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)
string name
string
The name of this method.
string description
A string that describes this method.
Yarn.TypeBase rawType
Last updated 3 months ago
Was this helpful?