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