Vector2IntExt ClassVector2Int extensions.

Inheritance Hierarchy

System.Object
  UltimateXR.Extensions.Unity.Math.Vector2IntExt
Namespace: UltimateXR.Extensions.Unity.Math
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static class Vector2IntExt


The Vector2IntExt type exposes the following members.

Properties

NameDescription
Public propertyStatic memberNegativeInfinity Representation of the negative infinity vector.
Public propertyStatic memberPositiveInfinity Representation of the positive infinity vector.

Methods

NameDescription
Public methodStatic memberAbs Computes the absolute values of each vector component.
Public methodStatic memberClamp Clamps the vector components between min and max values.
Public methodStatic memberFillNanWith Replaces NaN component values with other valid values.
Public methodStatic memberIsInfinity Checks whether any vector component stores an infinity value.
Public methodStatic memberParse Parses a Vector2Int from a string.
Public methodStatic memberParseAsync Tries to parse a Vector2Int from a string, asynchronously.
Public methodStatic memberToVector2Int Transforms an array of ints to a Vector2Int component by component.
Public methodStatic memberTryParse Tries to parse a Vector2Int from a string.

See Also

Reference

UltimateXR.Extensions.Unity.Math Namespace