Class OperatorHandler
Inheritance
OperatorHandler
Assembly: Unity.VisualScripting.Core.dll
Syntax
public abstract class OperatorHandler
Constructors
OperatorHandler(string, string, string, string)
Declaration
protected OperatorHandler(string name, string verb, string symbol, string customMethodName)
Parameters
Properties
customMethodName
Declaration
public string customMethodName { get; }
Property Value
name
Declaration
public string name { get; }
Property Value
symbol
Declaration
public string symbol { get; }
Property Value
verb
Declaration
public string verb { get; }
Property Value
Extension Methods