Api Facepunch ActionGraphs MethodBinder
class

MethodBinder

public class MethodBinder

Constructors

MethodBinder(NodeLibrary library)

Properties

Name Type Description
Library NodeLibrary
OverloadCount Int32

Methods

Void AddOverload(MethodBase method)
Boolean RemoveOverloads(Assembly assembly)
NodeBinding Bind(MethodBase method)

Given a method, returns a node binding specifying which properties, inputs and outputs the method has.

NodeBinding Bind(BindingSurface surface)
Expression BuildExpression(INodeExpressionBuilder builder)
Assembly: Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.MethodBinder