Class Vector2PerSecond
Returns the framerate-normalized value of a 2D vector.
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
[UnitCategory]
[UnitTitleAttribute]
public sealed class Vector2PerSecond : PerSecond<Vector2>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Methods
Operation(Vector2)
Declaration
public override Vector2 Operation(Vector2 input)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | input |
Returns
| Type | Description |
|---|---|
| Vector2 |
Overrides
Implements
IDisposable