Show / Hide Table of Contents

Struct HVRButtonState

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: HurricaneVR.Framework.Shared
Assembly: HurricaneVR.Framework.dll
Syntax
[Serializable]
public struct HVRButtonState

Fields

| Improve this Doc View Source

Active

Declaration
public bool Active
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

JustActivated

Declaration
public bool JustActivated
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

JustDeactivated

Declaration
public bool JustDeactivated
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Value

Declaration
public float Value
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX