Show / Hide Table of Contents

Class HVRGrabArgs

Inheritance
System.Object
HVRGrabArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: HurricaneVR.Framework.Core.Grabbers
Assembly: HurricaneVR.Framework.dll
Syntax
public class HVRGrabArgs

Constructors

| Improve this Doc View Source

HVRGrabArgs(HVRGrabbable)

Declaration
public HVRGrabArgs(HVRGrabbable grabbable)
Parameters
Type Name Description
HVRGrabbable grabbable

Fields

| Improve this Doc View Source

Cancel

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

Grabbable

Declaration
public HVRGrabbable Grabbable
Field Value
Type Description
HVRGrabbable
| Improve this Doc View Source

RaiseEvents

Declaration
public bool RaiseEvents
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • HVRGrabArgs(HVRGrabbable)
  • Fields
    • Cancel
    • Grabbable
    • RaiseEvents
Back to top Generated by DocFX