Class Vector3Project
Returns the projection of a 3D vector on another.
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
[UnitCategory("Math/Vector 3")]
[UnitTitle("Project")]
public sealed class Vector3Project : Project<Vector3>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Methods
Operation(Vector3, Vector3)
Declaration
public override Vector3 Operation(Vector3 a, Vector3 b)
Parameters
Returns
Type | Description |
---|---|
Vector3 |