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