Show / Hide Table of Contents

Struct RecognitionStartedEventArgs

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
[MovedFrom("UnityEngine.VR.WSA.Input")]
public struct RecognitionStartedEventArgs

Properties

| Improve this Doc View Source

headPose

Declaration
public Pose headPose { get; }
Property Value
Type Description
Pose
| Improve this Doc View Source

source

Declaration
public InteractionSource source { get; }
Property Value
Type Description
InteractionSource
| Improve this Doc View Source

sourcePose

Declaration
public InteractionSourcePose sourcePose { get; }
Property Value
Type Description
InteractionSourcePose

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