IType
Interface in Yarn
Summary
Defines properties that describe a type in the Yarn language.
public interface ITypeProperties
| Name | Description |
|---|---|
| Description | Gets a more verbose description of this type. |
| Name | Gets the name of this type. |
| Parent | Gets the parent of this type. |
| TypeMembers | Gets the collection of type information for this type’s type members. |