Show / Hide Table of Contents

Class HVRStabTracker

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

Constructors

| Improve this Doc View Source

HVRStabTracker(HVRStabber, HVRStabbable, HVRStabbableSettings, ConfigurableJoint, GameObject, Vector3, Transform, List<Collider>)

Declaration
public HVRStabTracker(HVRStabber stabber, HVRStabbable stabbable, HVRStabbableSettings settings, ConfigurableJoint joint, GameObject stabbedObject, Vector3 stabDirection, Transform tip, List<Collider> stabbedColliders)
Parameters
Type Name Description
HVRStabber stabber
HVRStabbable stabbable
HVRStabbableSettings settings
UnityEngine.ConfigurableJoint joint
UnityEngine.GameObject stabbedObject
UnityEngine.Vector3 stabDirection
UnityEngine.Transform tip
System.Collections.Generic.List<UnityEngine.Collider> stabbedColliders

Properties

| Improve this Doc View Source

Joint

Declaration
public ConfigurableJoint Joint { get; }
Property Value
Type Description
UnityEngine.ConfigurableJoint
| Improve this Doc View Source

Settings

Declaration
public HVRStabbableSettings Settings { get; }
Property Value
Type Description
HVRStabbableSettings
| Improve this Doc View Source

Stabbable

Declaration
public HVRStabbable Stabbable { get; }
Property Value
Type Description
HVRStabbable
| Improve this Doc View Source

StabbedColliders

Declaration
public List<Collider> StabbedColliders { get; }
Property Value
Type Description
System.Collections.Generic.List<UnityEngine.Collider>
| Improve this Doc View Source

StabbedObject

Declaration
public GameObject StabbedObject { get; }
Property Value
Type Description
UnityEngine.GameObject
| Improve this Doc View Source

Stabber

Declaration
public HVRStabber Stabber { get; }
Property Value
Type Description
HVRStabber
| Improve this Doc View Source

StabDirection

Declaration
public Vector3 StabDirection { get; }
Property Value
Type Description
UnityEngine.Vector3
| Improve this Doc View Source

StabEntryPosition

Declaration
public Vector3 StabEntryPosition { get; }
Property Value
Type Description
UnityEngine.Vector3
| Improve this Doc View Source

StabExitPosition

Declaration
public Vector3 StabExitPosition { get; }
Property Value
Type Description
UnityEngine.Vector3

Methods

| Improve this Doc View Source

Lock()

Declaration
public void Lock()
| Improve this Doc View Source

Unlock()

Declaration
public void Unlock()
| Improve this Doc View Source

Update()

Declaration
public bool Update()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX