TransformExt.MirrorType Enumeration

Mirroring options for ApplyMirroring(Transform, Transform, UxrAxis, TransformExt.MirrorType, Boolean, Boolean).

Namespace: UltimateXR.Extensions.Unity
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public enum MirrorType


Members

Member nameValueDescription
MirrorXY0Mirror X and Y vectors. Z Vector will be computed the using cross product.
MirrorXZ1Mirror X and Z vectors. Y Vector will be computed the using cross product.
MirrorYZ2Mirror Y and Z Vectors. X Vector will be computed using the cross product.

See Also

Reference

UltimateXR.Extensions.Unity Namespace