Class Vector3Angle
Returns the angle between two 3D vectors in degrees.
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
[UnitCategory]
[UnitTitleAttribute]
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
| Type | Name | Description |
|---|---|---|
| Vector3 | a | |
| Vector3 | b |
Returns
| Type | Description |
|---|---|
| float |
Overrides
Implements
IDisposable