UxrTransform Class
Stores transform information.
Inheritance Hierarchy
System.Object
UltimateXR.Core.UxrTransform
Namespace: UltimateXR.Core
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public class UxrTransform
The UxrTransform type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UxrTransform | Constructor. Stores all the current transform information. |
Properties
Name | Description | |
---|---|---|
LocalPosition | Gets the local position. | |
LocalRotation | Gets the local rotation. | |
LocalScale | Gets the local scale. | |
LossyScale | Gets the lossy scale. | |
Position | Gets the position. | |
Rotation | Gets the rotation. |
Methods
Name | Description | |
---|---|---|
ApplyTo | Applies the stored values to a given transform. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |