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

NameDescription
Public methodUxrNonDamagingImpactEventArgs Constructor.

Properties

NameDescription
Public propertyProjectileSource The projectile source.
Public propertyRaycastHit The raycast that detected the hit.
Public propertyWeaponOwner Gets the actor that fired the shot.

Extension Methods

NameDescription
Public Extension MethodThrowIfNull Throws an exception if the object is null. (Defined by ObjectExt.)

See Also

Reference

UltimateXR.Mechanics.Weapons Namespace