Vector3IntExt ClassVector3Int extensions.
Inheritance Hierarchy
System.Object
UltimateXR.Extensions.Unity.Math.Vector3IntExt
Namespace: UltimateXR.Extensions.Unity.Math
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static class Vector3IntExt
The Vector3IntExt type exposes the following members.
Properties
Name | Description | |
---|---|---|
MaxValue | Representation of the maximum int values per component. | |
MinValue | Representation of the minimum int values per component. |
Methods
Name | Description | |
---|---|---|
Abs | Computes the absolute values of each vector component. | |
Clamp | Clamps the vector components between min and max values. | |
FillNaNWith | Replaces NaN component values with other valid values. | |
IsInfinity | Checks whether any vector component stores an infinity value. | |
Parse | Parses a Vector3Int from a string. | |
ParseAsync | Tries to parse a Vector3Int from a string, asynchronously. | |
ToVector3Int | Transforms an array of ints to a Vector3Int component by component. | |
TryParse | Tries to parse a Vector3Int from a string. |