RegistrationType

Enum in Yarn.Unity

Inherits from System.Enum

Summary

public enum RegistrationType
{
    Compilation,
    Runtime
}

Members

Name
Description

Actions are being registered during a Yarn script compilation.

Actions are being registered for runtime use (i.e. during gameplay.)

Last updated

Was this helpful?