Class DeprecatedVector3Add
Returns the sum of two 3D vectors.
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
[UnitCategory("Math/Vector 3")]
[UnitTitle("Add")]
[Obsolete("Use the new \"Add (Math/Vector 3)\" instead.")]
[RenamedFrom("Bolt.Vector3Add")]
[RenamedFrom("Unity.VisualScripting.Vector3Add")]
public sealed class DeprecatedVector3Add : Add<Vector3>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
defaultB
Declaration
protected override Vector3 defaultB { get; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
Overrides
Methods
Operation(Vector3, Vector3)
Declaration
public override Vector3 Operation(Vector3 a, Vector3 b)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | a | |
| Vector3 | b |
Returns
| Type | Description |
|---|---|
| Vector3 |