Show / Hide Table of Contents

Struct InteractionSourceUpdatedEventArgs

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 InteractionSourceUpdatedEventArgs

Constructors

| Improve this Doc View Source

InteractionSourceUpdatedEventArgs(InteractionSourceState)

Declaration
public InteractionSourceUpdatedEventArgs(InteractionSourceState state)
Parameters
Type Name Description
InteractionSourceState state

Properties

| Improve this Doc View Source

state

Declaration
public InteractionSourceState state { get; }
Property Value
Type Description
InteractionSourceState

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