UxrDamageType Enumeration

Enumerates the different damage types that can be taken.

Namespace: UltimateXR.Mechanics.Weapons
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public enum UxrDamageType


Members

Member nameValueDescription
ProjectileHit0Damage due to projectile hit.
Explosive1Damage due to explosion.
Other2Other types of damage (falls, elements from scenario that generate damage…).

See Also

Reference

UltimateXR.Mechanics.Weapons Namespace