UxrDeflectEventArgs Class
Projectile deflection event parameters.
Inheritance Hierarchy
System.Object
System.EventArgs
UltimateXR.Mechanics.Weapons.UxrDeflectEventArgs
Namespace: UltimateXR.Mechanics.Weapons
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public class UxrDeflectEventArgs : EventArgs
The UxrDeflectEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UxrDeflectEventArgs | Constructor. |
Properties
Name | Description | |
---|---|---|
NewDirection | Gets the new projectile direction after being deflected. | |
ProjectileSource | Gets the projectile source. | |
RaycastHit | Gets the raycast that was used to detect the collision. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |