Loading...
Method in IYarnValue
Converts this IYarnValue to type T .
T
public T ConvertTo<T>() where T : IConvertible;
The type to convert to.
A value of type T.
Interface in Yarn
Represents a read-only value in the Yarn Spinner virtual machine.
public interface IYarnValue
Converts this to type T .