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