Show / Hide Table of Contents

Class HitTaker_I

Inheritance
object
HitTaker_I
E_HitTaker_I
Implements
IImplementation
Namespace: WeaverCore.Implementations
Assembly: WeaverCore.dll
Syntax
public abstract class HitTaker_I : IImplementation

Methods

| Edit this page View Source

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

Declaration
public abstract 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
| Edit this page View Source

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

Declaration
public bool HitDefault(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

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
☀
☾