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