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

NameDescription
Public propertyStatic memberMaxValue Representation of the maximum int values per component.
Public propertyStatic memberMinValue Representation of the minimum int values per component.

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 Vector3Int from a string.
Public methodStatic memberParseAsync Tries to parse a Vector3Int from a string, asynchronously.
Public methodStatic memberToVector3Int Transforms an array of ints to a Vector3Int component by component.
Public methodStatic memberTryParse Tries to parse a Vector3Int from a string.

See Also

Reference

UltimateXR.Extensions.Unity.Math Namespace