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

NameDescription
Public methodUxrTransform Constructor. Stores all the current transform information.

Properties

NameDescription
Public propertyLocalPosition Gets the local position.
Public propertyLocalRotation Gets the local rotation.
Public propertyLocalScale Gets the local scale.
Public propertyLossyScale Gets the lossy scale.
Public propertyPosition Gets the position.
Public propertyRotation Gets the rotation.

Methods

NameDescription
Public methodApplyTo Applies the stored values to a given transform.

Extension Methods

NameDescription
Public Extension MethodThrowIfNull Throws an exception if the object is null. (Defined by ObjectExt.)

See Also

Reference

UltimateXR.Core Namespace