Show / Hide Table of Contents

Struct InteractionSourcePose

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.XR.WSA.Input
Assembly: UnityEngine.dll
Syntax
public struct InteractionSourcePose

Properties

| Improve this Doc View Source

positionAccuracy

Declaration
public InteractionSourcePositionAccuracy positionAccuracy { get; }
Property Value
Type Description
InteractionSourcePositionAccuracy

Methods

| Improve this Doc View Source

TryGetAngularVelocity(out Vector3)

Declaration
public bool TryGetAngularVelocity(out Vector3 angularVelocity)
Parameters
Type Name Description
Vector3 angularVelocity
Returns
Type Description
Boolean
| Improve this Doc View Source

TryGetForward(out Vector3, InteractionSourceNode)

Declaration
public bool TryGetForward(out Vector3 forward, InteractionSourceNode node = InteractionSourceNode.Grip)
Parameters
Type Name Description
Vector3 forward
InteractionSourceNode node
Returns
Type Description
Boolean
| Improve this Doc View Source

TryGetPosition(out Vector3)

Declaration
public bool TryGetPosition(out Vector3 position)
Parameters
Type Name Description
Vector3 position
Returns
Type Description
Boolean
| Improve this Doc View Source

TryGetPosition(out Vector3, InteractionSourceNode)

Declaration
public bool TryGetPosition(out Vector3 position, InteractionSourceNode node)
Parameters
Type Name Description
Vector3 position
InteractionSourceNode node
Returns
Type Description
Boolean
| Improve this Doc View Source

TryGetRight(out Vector3, InteractionSourceNode)

Declaration
public bool TryGetRight(out Vector3 right, InteractionSourceNode node = InteractionSourceNode.Grip)
Parameters
Type Name Description
Vector3 right
InteractionSourceNode node
Returns
Type Description
Boolean
| Improve this Doc View Source

TryGetRotation(out Quaternion, InteractionSourceNode)

Declaration
public bool TryGetRotation(out Quaternion rotation, InteractionSourceNode node = InteractionSourceNode.Grip)
Parameters
Type Name Description
Quaternion rotation
InteractionSourceNode node
Returns
Type Description
Boolean
| Improve this Doc View Source

TryGetUp(out Vector3, InteractionSourceNode)

Declaration
public bool TryGetUp(out Vector3 up, InteractionSourceNode node = InteractionSourceNode.Grip)
Parameters
Type Name Description
Vector3 up
InteractionSourceNode node
Returns
Type Description
Boolean
| Improve this Doc View Source

TryGetVelocity(out Vector3)

Declaration
public bool TryGetVelocity(out Vector3 velocity)
Parameters
Type Name Description
Vector3 velocity
Returns
Type Description
Boolean

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX