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 SourceGrabbableCollisionTracker(HVRGrabbable)
Declaration
public GrabbableCollisionTracker(HVRGrabbable g)
Parameters
Type | Name | Description |
---|---|---|
HVRGrabbable | g |
Fields
| Improve this Doc View SourceBounds
Declaration
public Bounds Bounds
Field Value
Type | Description |
---|---|
UnityEngine.Bounds |
Center
Declaration
public Vector3 Center
Field Value
Type | Description |
---|---|
UnityEngine.Vector3 |
Colliders
Declaration
public Collider[] Colliders
Field Value
Type | Description |
---|---|
UnityEngine.Collider[] |
Frame
Declaration
public int Frame
Field Value
Type | Description |
---|---|
System.Int32 |
Grabbable
Declaration
public HVRGrabbable Grabbable
Field Value
Type | Description |
---|---|
HVRGrabbable |
StartTime
Declaration
public float StartTime
Field Value
Type | Description |
---|---|
System.Single |
Stuck
Declaration
public bool Stuck
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
| Improve this Doc View SourceRb
Declaration
public Rigidbody Rb { get; }
Property Value
Type | Description |
---|---|
UnityEngine.Rigidbody |