Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Constructor in Actions
Yarn.Unity.IActionRegistration actionRegistrar
Yarn.Library library
Method in Actions
public void AddCommandHandler(string commandName, Delegate handler)string commandName
Delegate handler
public Actions(IActionRegistration actionRegistrar, Library library)Class in Yarn.Unity
Inherits from System.Object
public class Actions : ICommandDispatcherMethod in
public static void AddRegistrationMethod(ActionRegistrationMethod registerActions)Action<Yarn.Unity.IActionRegistration, Yarn.Unity.RegistrationType> registerActions
Property in
Property in
Method in
public IActionRegistration ActionRegistrar { get; }public IEnumerable<ICommand> Commands { get }public void RemoveCommandHandler(string commandName)string commandName
Method in Actions
public void AddFunction(string name, Delegate implementation)string name
Delegate implementation
Method in Actions
public void RegisterFunctionDeclaration(string name, Type returnType, Type[] parameterTypes)string name
Type returnType
Type[] parameterTypes
Property in
Method in
public Library Library { get; }public void SetupForProject(YarnProject yarnProject)yarnProject
Method in
public void AddCommandHandler(string commandName, MethodInfo methodInfo)string commandName
MethodInfo methodInfo
Method in
public void RemoveFunction(string name)string name