Class AdditionHandler
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public sealed class AdditionHandler : BinaryOperatorHandler
Constructors
AdditionHandler()
Declaration
public AdditionHandler()
Methods
CustomHandling(Object, Object)
Declaration
protected override object CustomHandling(object leftOperand, object rightOperand)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | leftOperand | |
| Object | rightOperand |
Returns
| Type | Description |
|---|---|
| Object |