Show / Hide Table of Contents

Class E_HitTaker_I

Inheritance
object
HitTaker_I
E_HitTaker_I
Implements
IImplementation
Inherited Members
HitTaker_I.HitDefault(Transform, GameObject, int, AttackType, CardinalDirection)
Namespace: WeaverCore.Editor.Implementations
Assembly: WeaverCore.Editor.dll
Syntax
public class E_HitTaker_I : HitTaker_I, IImplementation

Methods

| Edit this page View Source

Hit(Transform, GameObject, int, AttackType, CardinalDirection)

Declaration
public override bool Hit(Transform target, GameObject attacker, int damage, AttackType type, CardinalDirection hitDirection)
Parameters
Type Name Description
Transform target
GameObject attacker
int damage
AttackType type
CardinalDirection hitDirection
Returns
Type Description
bool
Overrides
HitTaker_I.Hit(Transform, GameObject, int, AttackType, CardinalDirection)

Implements

IImplementation

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾