3 using System.Collections.Generic;
Vector3 Location
The location at which the hit took place.
Describes a hit on an object.
string HitTag
A tag describing the hit.
bool Cancel
Whether or not the hit should be canceled.
Manages the "vitals" of an object (health, regeneration, damage).
float Value
An arbitrary value describing the magnitude of the hit. Depends on receiver interpretation.
Vitals TargetVitals
The Vitals component to which the hit was applied.
GameObject SourceObject
The object from which the hit originated.
bool IsFatal
Whether or not the hit would be fatal to the target.
Unity version of Jeli markup class.
UJeli Details
Additional hit details.