Class Vector2Absolute
Returns a version of a 2D vector where each component is positive.
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
[UnitCategory("Math/Vector 2")]
[UnitTitle("Absolute")]
public sealed class Vector2Absolute : Absolute<Vector2>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Methods
Operation(Vector2)
Declaration
protected override Vector2 Operation(Vector2 input)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | input |
Returns
Type | Description |
---|---|
Vector2 |