Loading...
Property in IType
Gets a more verbose description of this type.
string Description { get; }
Interface in Yarn
Defines properties that describe a type in the Yarn language.
public interface IType
Gets the collection of methods that are available on this type.
Gets the name of this type.
Gets the parent of this type.
MethodCollection Methods { get; }
string Name { get; }
IType Parent { get; }
All types have Any as their ultimate parent type (except for Any itself.)