Class Vector2Angle
Returns the angle between two 2D vectors in degrees.
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
[UnitCategory("Math/Vector 2")]
[UnitTitle("Angle")]
public sealed class Vector2Angle : Angle<Vector2>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Methods
Operation(Vector2, Vector2)
Declaration
public override float Operation(Vector2 a, Vector2 b)
Parameters
Returns
Type | Description |
---|---|
float |