Show / Hide Table of Contents

Struct StabArgs

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.Core.Stabbing
Assembly: HurricaneVR.Framework.dll
Syntax
public struct StabArgs

Constructors

| Improve this Doc View Source

StabArgs(HVRStabber, HVRStabbable, Collision, Vector3, Vector3)

Declaration
public StabArgs(HVRStabber stabber, HVRStabbable stabbable, Collision collision, Vector3 point, Vector3 normal)
Parameters
Type Name Description
HVRStabber stabber
HVRStabbable stabbable
UnityEngine.Collision collision
UnityEngine.Vector3 point
UnityEngine.Vector3 normal

Fields

| Improve this Doc View Source

Collision

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

Normal

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

Point

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

Stabbable

Declaration
public HVRStabbable Stabbable
Field Value
Type Description
HVRStabbable
| Improve this Doc View Source

Stabber

Declaration
public HVRStabber Stabber
Field Value
Type Description
HVRStabber
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX