Class DeprecatedGenericAdd
Returns the sum of two objects.
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[UnitCategory("Math/Generic")]
[UnitTitle("Add")]
[RenamedFrom("Bolt.GenericAdd")]
[RenamedFrom("Unity.VisualScripting.GenericAdd")]
[Obsolete("Use the new \"Add (Math/Generic)\" unit instead.")]
public sealed class DeprecatedGenericAdd : Add<object>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Methods
Operation(Object, Object)
Declaration
public override object Operation(object a, object b)
Parameters
Type | Name | Description |
---|---|---|
Object | a | |
Object | b |
Returns
Type | Description |
---|---|
Object |
Overrides
Unity.VisualScripting.Add<System.Object>.Operation(System.Object, System.Object)