VariableKind
Enum in Yarn
Inherits from System.Enum
Summary
Represents different kinds of variables that can be fetched from a Dialogue using TryGetValue<T>(string,T?) .
public enum VariableKind
{
Unknown,
Stored,
Smart
}
Members
Last updated
Was this helpful?