UxrShotCycle Enumeration

Enumerates the supported firearm shot cycles.

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

Syntax

C#

public enum UxrShotCycle


Members

Member nameValueDescription
ManualReload0Weapon requires a manual reload to fire the next round.
SemiAutomatic1Weapon fires a single round each time the trigger is pressed. The next round requires to release the trigger and press it again.
FullyAutomatic2Weapon keeps firing one round after another while the trigger is being pressed.

See Also

Reference

UltimateXR.Mechanics.Weapons Namespace