Class Normalize<T>
Inherited Members
Namespace: Unity.VisualScripting
Syntax
[UnitOrder(401)]
public abstract class Normalize<T> : Unit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Type Parameters
Name | Description |
---|---|
T |
Properties
input
The vector to normalize.
Declaration
[DoNotSerialize]
public ValueInput input { get; }
Property Value
Type | Description |
---|---|
ValueInput |
output
The normalized vector.
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 |