Interface IHitEffects
Interface for Enemy hit effects
Namespace: WeaverCore.Interfaces
Assembly: WeaverCore.dll
Syntax
public interface IHitEffects
Methods
| Edit this page View SourcePlayHitEffect(HitInfo, Vector3)
Plays the enemy's hit effects
Declaration
void PlayHitEffect(HitInfo hit, Vector3 effectsOffset = default)
Parameters
Type | Name | Description |
---|---|---|
HitInfo | hit | The hit on the enemy |
Vector3 | effectsOffset | An offset applied to the effects |