UxrNonDamagingImpactEventArgs Class
Event parameters for projectile impacts that do not cause any damage to actors, such as impacts on the scenario or other elements.
Inheritance Hierarchy
System.Object
System.EventArgs
UltimateXR.Mechanics.Weapons.UxrNonDamagingImpactEventArgs
Namespace: UltimateXR.Mechanics.Weapons
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public class UxrNonDamagingImpactEventArgs : EventArgs
The UxrNonDamagingImpactEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UxrNonDamagingImpactEventArgs | Constructor. |
Properties
Name | Description | |
---|---|---|
ProjectileSource | The projectile source. | |
RaycastHit | The raycast that detected the hit. | |
WeaponOwner | Gets the actor that fired the shot. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |