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 SourceStabArgs(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 SourceCollision
Declaration
public Collision Collision
Field Value
Type | Description |
---|---|
UnityEngine.Collision |
Normal
Declaration
public Vector3 Normal
Field Value
Type | Description |
---|---|
UnityEngine.Vector3 |
Point
Declaration
public Vector3 Point
Field Value
Type | Description |
---|---|
UnityEngine.Vector3 |
Stabbable
Declaration
public HVRStabbable Stabbable
Field Value
Type | Description |
---|---|
HVRStabbable |
Stabber
Declaration
public HVRStabber Stabber
Field Value
Type | Description |
---|---|
HVRStabber |