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