Class DeprecatedVector2Add
Returns the sum of two 2D vectors.
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
[UnitCategory]
[UnitTitleAttribute]
[RenamedFromAttribute]
[RenamedFromAttribute]
public sealed class DeprecatedVector2Add : Add<Vector2>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
defaultB
Declaration
protected override Vector2 defaultB { get; }
Property Value
| Type | Description |
|---|---|
| Vector2 |
Overrides
Methods
Operation(Vector2, Vector2)
Declaration
public override Vector2 Operation(Vector2 a, Vector2 b)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | a | |
| Vector2 | b |
Returns
| Type | Description |
|---|---|
| Vector2 |
Overrides
Implements
IDisposable