Class ScalarPerSecond
Returns the framerate-normalized value of a scalar.
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[UnitCategory("Math/Scalar")]
[UnitTitle("Per Second")]
public sealed class ScalarPerSecond : PerSecond<float>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Methods
Operation(Single)
Declaration
public override float Operation(float input)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | input |
Returns
| Type | Description |
|---|---|
| Single |
Overrides
Unity.VisualScripting.PerSecond<System.Single>.Operation(System.Single)