Class PerSecond<T>
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[UnitOrder(601)]
public abstract class PerSecond<T> : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Type Parameters
Name | Description |
---|---|
T |
Properties
input
The input value.
Declaration
[DoNotSerialize]
public ValueInput input { get; }
Property Value
Type | Description |
---|---|
ValueInput |
output
The framerate-normalized value (multiplied by delta time).
Declaration
[DoNotSerialize]
public ValueOutput output { get; }
Property Value
Type | Description |
---|---|
ValueOutput |
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Operation(T)
Declaration
public abstract T Operation(T input)
Parameters
Type | Name | Description |
---|---|---|
T | input |
Returns
Type | Description |
---|---|
T |
Operation(Flow)
Declaration
public T Operation(Flow flow)
Parameters
Type | Name | Description |
---|---|---|
Flow | flow |
Returns
Type | Description |
---|---|
T |