Class Vector3Round
Rounds each component of a 3D vector.
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
[UnitCategory]
[UnitTitleAttribute]
public sealed class Vector3Round : Round<Vector3, Vector3>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Methods
AwayFromZero(Vector3)
Declaration
protected override Vector3 AwayFromZero(Vector3 input)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | input |
Returns
| Type | Description |
|---|---|
| Vector3 |
Overrides
Ceiling(Vector3)
Declaration
protected override Vector3 Ceiling(Vector3 input)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | input |
Returns
| Type | Description |
|---|---|
| Vector3 |
Overrides
Floor(Vector3)
Declaration
protected override Vector3 Floor(Vector3 input)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | input |
Returns
| Type | Description |
|---|---|
| Vector3 |
Overrides
Implements
IDisposable