Loading...
Property in IType
Gets a more verbose description of this type.
string Description { get; }
Gets the parent of this type.
Property in
All types have as their ultimate parent type (except for itself.)
IType Parent { get; }
Gets the name of this type.
string Name { 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.
MethodCollection Methods { get; }