Applies outgoing hits to any object in contact that has a Vitals component.
More...
Inherits MonoBehaviour.
|
bool | IsContinuous |
| Whether or not hits are continuously applied to targets. More...
|
|
float | HitInterval = .5f |
| The interval at which hits are applied to targets if using continuous hits. More...
|
|
float | HitValue |
| The base value of outgoing hits. More...
|
|
List< string > | TargetVitalTags |
| An array of vital tags used to filter targets. If non-empty, only objects with one or more of these vital tags are considered targets. If empty, all objects with vitals are potential targets. More...
|
|
string | HitTag |
| A basic string tag attached to all outgoing hits. More...
|
|
TriggerHitLocationMode | TriggerHitLocationMode |
| The hit location mode to determine the point of collision if our collider is a trigger. More...
|
|
float | ShooterProtectionDuration |
| The amount of time the shooter of this object (as determined by "Shooter" detail node). should be protected from this object's hits. 0 means unprotected. Infinity means always protected. More...
|
|
UJeli | HitDetails |
| Details attached to all outgoing hits. More...
|
|
|
GameObject | Shooter [get] |
| The object which shot this object, if any (as determined by "Shooter" detail node). More...
|
|
Applies outgoing hits to any object in contact that has a Vitals component.
Definition at line 15 of file Hitter.cs.
Details attached to all outgoing hits.
Definition at line 59 of file Hitter.cs.
float Hitter.HitInterval = .5f |
The interval at which hits are applied to targets if using continuous hits.
Definition at line 32 of file Hitter.cs.
A basic string tag attached to all outgoing hits.
Use this as a simpler substitute for HitDetails.
Definition at line 46 of file Hitter.cs.
The base value of outgoing hits.
Definition at line 36 of file Hitter.cs.
Whether or not hits are continuously applied to targets.
Definition at line 28 of file Hitter.cs.
float Hitter.ShooterProtectionDuration |
The amount of time the shooter of this object (as determined by "Shooter" detail node). should be protected from this object's hits. 0 means unprotected. Infinity means always protected.
Definition at line 55 of file Hitter.cs.
List<string> Hitter.TargetVitalTags |
An array of vital tags used to filter targets. If non-empty, only objects with one or more of these vital tags are considered targets. If empty, all objects with vitals are potential targets.
Definition at line 41 of file Hitter.cs.
TriggerHitLocationMode Hitter.TriggerHitLocationMode |
The hit location mode to determine the point of collision if our collider is a trigger.
Definition at line 50 of file Hitter.cs.
GameObject Hitter.Shooter |
|
get |
The object which shot this object, if any (as determined by "Shooter" detail node).
Definition at line 21 of file Hitter.cs.
The documentation for this class was generated from the following file:
- C:/Users/Dan/Documents/Doomsday/Liberi/Assets/Scripts/Components/Hitter.cs