Show / Hide Table of Contents

Class GrabbableCollisionTracker

Inheritance
System.Object
GrabbableCollisionTracker
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.Player
Assembly: HurricaneVR.Framework.dll
Syntax
public class GrabbableCollisionTracker

Constructors

| Improve this Doc View Source

GrabbableCollisionTracker(HVRGrabbable)

Declaration
public GrabbableCollisionTracker(HVRGrabbable g)
Parameters
Type Name Description
HVRGrabbable g

Fields

| Improve this Doc View Source

Bounds

Declaration
public Bounds Bounds
Field Value
Type Description
UnityEngine.Bounds
| Improve this Doc View Source

Center

Declaration
public Vector3 Center
Field Value
Type Description
UnityEngine.Vector3
| Improve this Doc View Source

Colliders

Declaration
public Collider[] Colliders
Field Value
Type Description
UnityEngine.Collider[]
| Improve this Doc View Source

Frame

Declaration
public int Frame
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Grabbable

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

StartTime

Declaration
public float StartTime
Field Value
Type Description
System.Single
| Improve this Doc View Source

Stuck

Declaration
public bool Stuck
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

Rb

Declaration
public Rigidbody Rb { get; }
Property Value
Type Description
UnityEngine.Rigidbody
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX