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