Class Vector3Lerp
Returns the linear interpolation between two 3D vectors.
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
[UnitCategory]
[UnitTitleAttribute]
public sealed class Vector3Lerp : Lerp<Vector3>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Properties
defaultA
Declaration
protected override Vector3 defaultA { get; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
Overrides
defaultB
Declaration
protected override Vector3 defaultB { get; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
Overrides
Methods
Operation(Vector3, Vector3, float)
Declaration
public override Vector3 Operation(Vector3 a, Vector3 b, float t)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | a | |
| Vector3 | b | |
| float | t |
Returns
| Type | Description |
|---|---|
| Vector3 |
Overrides
Implements
IDisposable